We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76c7a1 commit 625fd68Copy full SHA for 625fd68
1 file changed
.github/workflows/test.yml
@@ -1,5 +1,10 @@
1
name: Test
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches:
5
+ - master
6
+ pull_request:
7
+
8
permissions:
9
contents: read
10
jobs:
0 commit comments