Skip to content

Commit c6f87f8

Browse files
committed
only when pushed to main
1 parent ae6166e commit c6f87f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wp-phpunit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: WordPress Unit Testing
22
on:
3-
push:
4-
pull_request:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
57
jobs:
68
phpunit:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)