Skip to content

Commit 127dd9a

Browse files
Merge pull request #33 from stevegrunwell/update/run-actions-on-pr
Only run GitHub Actions on pull_request, not push
2 parents adc4641 + d1fe504 commit 127dd9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

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

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

55
jobs:
66
phpunit:

0 commit comments

Comments
 (0)