Skip to content

Commit 51f4627

Browse files
committed
Rename workflow branches
1 parent 2044fb5 commit 51f4627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches: [ main ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ $default-branch ]
8+
branches: [ main ]
99
schedule:
1010
- cron: '15 15 * * 2'
1111

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Pull request
22

33
on:
44
pull_request:
5-
branches: [ $default-branch ]
5+
branches: [ main ]
66

77
env:
88
GO111MODULE: on

0 commit comments

Comments
 (0)