Skip to content

Commit 636e052

Browse files
committed
Run "Unit tests" Github Actions on PR and pushes for master branch
1 parent 0bd9636 commit 636e052

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/phpunit.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Unit Tests
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
8+
branches:
9+
- master
510

611
permissions:
712
contents: read

0 commit comments

Comments
 (0)