We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e334176 commit 7608f92Copy full SHA for 7608f92
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: [push]
+on:
3
+ push:
4
+ branches: [ '*' ]
5
+ pull_request:
6
+ branches: [ master ]
7
8
jobs:
9
build:
0 commit comments