We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836f7ef commit a375721Copy full SHA for a375721
.github/workflows/ci.yml
@@ -1,6 +1,10 @@
1
name: ci
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches:
7
+ - master
8
9
jobs:
10
TestMatrix:
0 commit comments