Skip to content

Commit efb8960

Browse files
committed
back to explcitly naming the branch
seems that default-branch doesn't work
1 parent 78fabf3 commit efb8960

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Test
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
-master
67
pull_request:
7-
branches: [ $default-branch ]
8+
branches:
9+
-master
810

911
env:
1012
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

0 commit comments

Comments
 (0)