Skip to content

Commit

Permalink
run ci only once for pull request comments and for master commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed May 13, 2020
1 parent 907935c commit d43ffe0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -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 d43ffe0

Please sign in to comment.