Skip to content

Commit 053084c

Browse files
committed
allow to run gh-action on PRs
1 parent d1f2648 commit 053084c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

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

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
test:

0 commit comments

Comments
 (0)