We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d339107 commit d989d4cCopy full SHA for d989d4c
.github/workflows/continuous-integration.yml
@@ -1,7 +1,9 @@
1
name: Continuous Integration
2
on:
3
# branches pushed by collaborators
4
- push: {}
+ push:
5
+ branches:
6
+ - master
7
# pull request from non-collaborators
8
pull_request: {}
9
# nightly
0 commit comments