We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7e85d commit c37de83Copy full SHA for c37de83
1 file changed
.github/workflows/tests.yml
@@ -1,6 +1,9 @@
1
name: Tests
2
3
-on: [push]
+on:
4
+ push:
5
+ branches-ignore:
6
+ - prod
7
8
jobs:
9
lint:
0 commit comments