Skip to content

Commit

Permalink
Adjust CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
srtfisher committed Nov 30, 2023
1 parent 1405da1 commit ead09a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '*.x'
- '*.*.x'
pull_request:
schedule:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '*.x'
- '*.*.x'
pull_request:

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- '*.x'
- '*.*.x'
pull_request:
schedule:
Expand All @@ -13,7 +14,7 @@ jobs:
php-tests:
strategy:
matrix:
php: [8.0, 8.1, 8.2]
php: [8.1, 8.2]
wordpress: ["latest"]
multisite: [true, false]
uses: alleyinteractive/.github/.github/workflows/php-tests.yml@main
Expand Down

0 comments on commit ead09a7

Please sign in to comment.