Skip to content

Commit

Permalink
Rename workflow branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Aug 31, 2021
1 parent 2044fb5 commit 51f4627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ $default-branch ]
branches: [ main ]
schedule:
- cron: '15 15 * * 2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Pull request

on:
pull_request:
branches: [ $default-branch ]
branches: [ main ]

env:
GO111MODULE: on
Expand Down

0 comments on commit 51f4627

Please sign in to comment.