Skip to content

Commit

Permalink
chore: Run workflows on v2.x pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Sep 24, 2024
1 parent 9457854 commit b8658c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
- major
- minor
- parallel-e2e
- v2.x
pull_request:
branches:
- master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_and_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master
- major
- minor
- parallel-e2e
- v2.x
pull_request:
branches:
- master
Expand Down

0 comments on commit b8658c5

Please sign in to comment.