Skip to content

Commit c379d23

Browse files
committed
Try explicit branch name
1 parent 7fb219c commit c379d23

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ name: Main CI
22

33
on:
44
push:
5-
branches: [$default-branch]
5+
branches:
6+
- master
67
# tags: v[0-9]+.[0-9]+.[0-9]+
78
pull_request:
8-
branches: [$default-branch]
9+
branches:
10+
- master
911

1012
jobs:
1113
compile:

0 commit comments

Comments
 (0)