Skip to content

Commit

Permalink
remove workflow mentions of master.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Mar 17, 2024
1 parent 6114e10 commit 1df8d6e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
schedule:
- cron: '25 23 * * 6'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
- '*'
branches:
- main
- master
pull_request:
jobs:
golangci:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
Expand Down

0 comments on commit 1df8d6e

Please sign in to comment.