File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 55 pull_request :
66 types : [opened, synchronize, reopened]
77 branches :
8- # Branches from forks have the form 'user:branch-name' so we only run
9- # this job on pull_request events for branches that look like fork
10- # branches. Without this we would end up running this job twice for non
11- # forked PRs, once for the push and then once for opening the PR.
12- # Source: https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
13- - ' **:**'
8+ - main
149
1510jobs :
1611 lint-php :
Original file line number Diff line number Diff line change 55 pull_request :
66 types : [opened, synchronize, reopened]
77 branches :
8- # Branches from forks have the form 'user:branch-name' so we only run
9- # this job on pull_request events for branches that look like fork
10- # branches. Without this we would end up running this job twice for non
11- # forked PRs, once for the push and then once for opening the PR.
12- # Source: https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
13- - ' **:**'
8+ - main
9+
1410jobs :
1511 lint-docs :
1612 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 55 pull_request :
66 types : [opened, synchronize, reopened]
77 branches :
8- # Branches from forks have the form 'user:branch-name' so we only run
9- # this job on pull_request events for branches that look like fork
10- # branches. Without this we would end up running this job twice for non
11- # forked PRs, once for the push and then once for opening the PR.
12- # Source: https://github.community/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/10
13- - ' **:**'
8+ - main
149
1510jobs :
1611 test-php :
You can’t perform that action at this time.
0 commit comments