Skip to content

Commit

Permalink
run ci only once for pull request comments and for master commits (#1042
Browse files Browse the repository at this point in the history
)
  • Loading branch information
cspotcode committed May 14, 2020
1 parent d339107 commit d989d4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
@@ -1,7 +1,9 @@
name: Continuous Integration
on:
# branches pushed by collaborators
push: {}
push:
branches:
- master
# pull request from non-collaborators
pull_request: {}
# nightly
Expand Down

0 comments on commit d989d4c

Please sign in to comment.