Skip to content

Commit 15971cc

Browse files
authored
Merge pull request #163 from remcoder/fix/ci-runs-on-develop
Fix github actions to run on the pr branch
2 parents 4f3aeb6 + 75ff48f commit 15971cc

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
@@ -6,7 +6,7 @@ name: Runs All Unit tests
66
on:
77
push:
88
branches: [develop, releases]
9-
pull_request_target:
9+
pull_request:
1010
branches: [develop, releases]
1111

1212
jobs:

0 commit comments

Comments
 (0)