Skip to content

Commit

Permalink
run workflow on push to prerelease branches
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Mar 13, 2024
1 parent b3a5bec commit b2372c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/odis-combiner-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-combiner-.*
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/odis-loadtest-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-loadtest-.*
pull_request:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/odis-signer-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'yarn.lock'
branches:
- main
- 'prerelease/*'
tags:
- odis-signer-.*
pull_request:
Expand Down

0 comments on commit b2372c5

Please sign in to comment.