We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cafa2 commit 06b59a5Copy full SHA for 06b59a5
.github/workflows/test.yml
@@ -1,6 +1,10 @@
1
name: Tests
2
3
-on: push
+on:
4
+ push:
5
+ pull_request:
6
+ branches:
7
+ - master
8
9
jobs:
10
tests:
0 commit comments