Skip to content

Commit d00b9bc

Browse files
committed
checksrc.yml fix branch name
1 parent a9e9e12 commit d00b9bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checksrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: 'Source'
77
'on':
88
push:
99
branches:
10-
- master
10+
- main
1111
pull_request:
1212
branches:
13-
- master
13+
- main
1414

1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

0 commit comments

Comments
 (0)