Skip to content

Commit 3f57fde

Browse files
committed
run tests also on PRs
1 parent 2a2783c commit 3f57fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ name: run-tests
22

33
on:
44
push:
5+
pull_request:
56
schedule:
67
- cron: '0 0 * * *'
78

89
jobs:
910
test:
11+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
1012
runs-on: ${{ matrix.os }}
1113

1214
strategy:

0 commit comments

Comments
 (0)