From 3a18e963f8746736708ed6cdd4c53b598e61a826 Mon Sep 17 00:00:00 2001 From: strangelookingnerd <49242855+strangelookingnerd@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:09:10 +0200 Subject: [PATCH] Remove references to master branch and use main instead --- .github/workflows/ci.yml | 1 - .github/workflows/codeql.yml | 2 -- .github/workflows/coverage.yml | 1 - .github/workflows/run-release-drafter.yml | 1 - .github/workflows/sync-labels.yml | 1 - README.adoc | 4 ++-- 6 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dd2aa8..819381c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,6 @@ name: 'GitHub CI' on: push: branches: - - master - main pull_request: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d964a1d..b9faf84 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,11 +3,9 @@ name: "CodeQL" on: push: branches: - - master - main pull_request: branches: - - master - main schedule: - cron: "32 3 * * 0" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 16aca89..c7118bb 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,7 +3,6 @@ name: 'Generate coverage report' on: push: branches: - - master - main pull_request: diff --git a/.github/workflows/run-release-drafter.yml b/.github/workflows/run-release-drafter.yml index f1944b9..ae7a791 100644 --- a/.github/workflows/run-release-drafter.yml +++ b/.github/workflows/run-release-drafter.yml @@ -3,7 +3,6 @@ name: 'Invoke Release Drafter' on: push: branches: - - master - main jobs: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 71cb8fe..0bb75d4 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -2,7 +2,6 @@ name: Sync labels on: push: branches: - - master - main paths: - .github/labels.yml diff --git a/README.adoc b/README.adoc index ad76d94..78b43ce 100644 --- a/README.adoc +++ b/README.adoc @@ -3,8 +3,8 @@ = Font Awesome Jenkins Plugin -image:https://ci.jenkins.io/job/Plugins/job/font-awesome-api-plugin/job/master/badge/icon?subject=Jenkins%20CI[Jenkins, link=https://ci.jenkins.io/job/Plugins/job/font-awesome-api-plugin/job/master/] -image:https://github.com/jenkinsci/font-awesome-api-plugin/workflows/GitHub%20CI/badge.svg?branch=master[GitHub Actions, link=https://github.com/jenkinsci/font-awesome-api-plugin/actions] +image:https://ci.jenkins.io/job/Plugins/job/font-awesome-api-plugin/job/main/badge/icon?subject=Jenkins%20CI[Jenkins, link=https://ci.jenkins.io/job/Plugins/job/font-awesome-api-plugin/job/main/] +image:https://github.com/jenkinsci/font-awesome-api-plugin/actions/workflows/ci.yml/badge.svg?branch=main[GitHub Actions, link=https://github.com/jenkinsci/font-awesome-api-plugin/actions] image:https://img.shields.io/github/issues-pr/jenkinsci/font-awesome-api-plugin.svg[GitHub pull requests, link=https://github.com/jenkinsci/font-awesome-api-plugin/pulls] Provides https://fontawesome.com[Font Awesome] for Jenkins Plugins. Font Awesome has vector icons and social logos,