We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7821283 + 138091e commit bc8c6b3Copy full SHA for bc8c6b3
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,11 @@
3
name: CI
4
5
# Triggers the workflow on push or pull request events
6
-on: [push, pull_request]
+on:
7
+ push:
8
+ pull_request:
9
+ branches:
10
+ - master
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
13
jobs:
0 commit comments