Skip to content

Commit d989d4c

Browse files
authored
run ci only once for pull request comments and for master commits (#1042)
1 parent d339107 commit d989d4c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Continuous Integration
22
on:
33
# branches pushed by collaborators
4-
push: {}
4+
push:
5+
branches:
6+
- master
57
# pull request from non-collaborators
68
pull_request: {}
79
# nightly

0 commit comments

Comments
 (0)