Skip to content

Commit 78ede74

Browse files
authored
Update github-actions-ci.yml
build on push to default branch
1 parent 28ad7a4 commit 78ede74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: ci/github-actions
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37
env:
48
TEST_NWB_FILES: skip
59
TEST_OBSERVATORY_EXPERIMENT_PLOTS_DATA: skip

0 commit comments

Comments
 (0)