Skip to content

Commit 3d077fd

Browse files
committed
Update GH actions to run on PRs
1 parent abbdd2c commit 3d077fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

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

33
on:
4-
# Run action on every push
4+
# Run action on every push and PR
55
push:
6+
pull_request:
67

78
# Run action at midnight to test against any updated dependencies
89
schedule:

0 commit comments

Comments
 (0)