Skip to content

Commit a00e1a7

Browse files
authored
Run tests on PRs from forks
1 parent 50c4950 commit a00e1a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_setup.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Run Tests
22

3-
on: push
4-
3+
on:
4+
push:
5+
pull_request:
6+
branches: [main]
7+
58
jobs:
69
test:
710
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)