Skip to content

Commit 11f94b1

Browse files
authored
Update run-tests.yaml (#23)
* Update run-tests.yaml Adding ability to run tests on PRs * Update run-tests.yaml Ensuring we don't run duplicate checks on PRs
1 parent 788b760 commit 11f94b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: run-tests
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
47

58
jobs:
69
test-v2:

0 commit comments

Comments
 (0)