We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6166e commit c6f87f8Copy full SHA for c6f87f8
.github/workflows/wp-phpunit.yml
@@ -1,7 +1,9 @@
1
name: WordPress Unit Testing
2
on:
3
- push:
4
- pull_request:
+ push:
+ branches:
5
+ - main
6
+ pull_request:
7
jobs:
8
phpunit:
9
runs-on: ubuntu-latest
0 commit comments