Skip to content

Commit

Permalink
Enable running the test suite for PRs from forks, if the target is th…
Browse files Browse the repository at this point in the history
…e 'master' branch.
  • Loading branch information
Tom Hendrikx committed Oct 3, 2023
1 parent 66afd4e commit 378a267
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Run tests

on:
- push
- workflow_call
push:
workflow_call:
pull_request:
branches: [ "master" ]

jobs:
tests:
Expand Down

0 comments on commit 378a267

Please sign in to comment.