We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 112d91f + bf13e4d commit 5632641Copy full SHA for 5632641
1 file changed
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
8
jobs:
9
build:
0 commit comments