Skip to content

Commit 27c656d

Browse files
committed
Fix branch name in actions
1 parent cda55fe commit 27c656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ name: CIF Syntax and Style Check
77
on:
88
push:
99
branches:
10-
- main
10+
- master
1111
paths-ignore:
1212
- '.github/**'
1313

1414
pull_request:
1515
branches:
16-
- main
16+
- master
1717
paths-ignore:
1818
- '.github/**'
1919

0 commit comments

Comments
 (0)