Skip to content

Commit

Permalink
Remove references to master branch and use main instead
Browse files Browse the repository at this point in the history
  • Loading branch information
strangelookingnerd committed Oct 14, 2023
1 parent 3893571 commit 3a18e96
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'GitHub CI'
on:
push:
branches:
- master
- main
pull_request:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: "CodeQL"
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "32 3 * * 0"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'Generate coverage report'
on:
push:
branches:
- master
- main
pull_request:

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: 'Invoke Release Drafter'
on:
push:
branches:
- master
- main

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Sync labels
on:
push:
branches:
- master
- main
paths:
- .github/labels.yml
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3a18e96

Please sign in to comment.