Skip to content

Commit 07e2fbb

Browse files
authored
Merge pull request #21 from sparksuite/try-explicit-branch-name
Try explicit branch name
2 parents 7fb219c + c379d23 commit 07e2fbb

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)