We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402ad52 commit f2efa7aCopy full SHA for f2efa7a
.github/workflows/CI.yml
@@ -1,7 +1,9 @@
1
name: CI
2
on:
3
- - push
4
- - pull_request
+ push:
+ branches:
5
+ - master
6
+ pull_request:
7
defaults:
8
run:
9
shell: bash
0 commit comments