Skip to content

Commit

Permalink
update version number on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Feb 1, 2024
1 parent 31577d9 commit 24d04fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Build Assets"
on:
pull_request:
branches:
- 2.x
- 3.x
types:
- closed
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Fix PHP code styling"
on:
pull_request:
branches:
- 2.x
- 3.x
types:
- closed
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- opened
branches:
- 2.x
- 3.x
paths:
- '**.php'
- '.github/workflows/run-tests.yml'
Expand Down

0 comments on commit 24d04fe

Please sign in to comment.