We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d4f8f commit 42a56d9Copy full SHA for 42a56d9
1 file changed
.github/workflows/run-tests.yml
@@ -1,6 +1,9 @@
1
name: Run Tests
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ push:
6
+ branches: main
7
8
jobs:
9
run-unit-tests:
0 commit comments