Skip to content

Commit ccd9b6b

Browse files
committed
rename branch from main to master
1 parent 373a4f2 commit ccd9b6b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

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

1414
on:
1515
push:
16-
branches: [ main ]
16+
branches: [ master ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ main ]
19+
branches: [ master ]
2020
schedule:
2121
- cron: '40 1 * * 2'
2222

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to GitHub Packages
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)