Skip to content

Commit 1b1021d

Browse files
authored
Fixes branch name to trigger nbval gh-action. (numpy#30)
1 parent 2c55367 commit 1b1021d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nbval.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ name: CI
66
# events but only for the master branch
77
on:
88
push:
9-
branches: [ test_nbval ]
9+
branches: [ master ]
1010
paths:
1111
- 'content/*'
1212
pull_request:
13-
branches: [ test_nbval ]
13+
branches: [ master ]
1414
paths:
1515
- 'content/*'
1616

0 commit comments

Comments
 (0)