Skip to content

Commit

Permalink
Update github-actions-ci.yml
Browse files Browse the repository at this point in the history
build on push to default branch
  • Loading branch information
djkapner authored Feb 19, 2021
1 parent 28ad7a4 commit 78ede74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: ci/github-actions
on: [pull_request]
on:
push:
branches:
- master
pull_request:
env:
TEST_NWB_FILES: skip
TEST_OBSERVATORY_EXPERIMENT_PLOTS_DATA: skip
Expand Down

0 comments on commit 78ede74

Please sign in to comment.