Skip to content

Commit 42a56d9

Browse files
authored
chore: CI - run tests on PRs (#88)
1 parent 88d4f8f commit 42a56d9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

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+
pull_request:
5+
push:
6+
branches: main
47

58
jobs:
69
run-unit-tests:

0 commit comments

Comments
 (0)