Skip to content

Commit 52f7045

Browse files
update automated tests workflow to also run on PRs
1 parent fa87705 commit 52f7045

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: 🧪 Tests
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
46

57
env:
68
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

0 commit comments

Comments
 (0)