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