We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3443044 commit 6c9f745Copy full SHA for 6c9f745
.github/workflows/config.yml
@@ -1,6 +1,9 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ push:
6
+ branches: ["master"]
7
8
permissions:
9
checks: write
0 commit comments