Skip to content

Commit

Permalink
build n push mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfung-dydx committed Oct 28, 2024
1 parent 95ff68f commit fae30ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/protocol-build-and-push-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on: # yamllint disable-line rule:truthy
branches:
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
- 'feat/**'

push:
branches:
- 'release/protocol/v[0-9]+.[0-9]+.x' # e.g. release/protocol/v0.1.x
- 'release/protocol/v[0-9]+.x' # e.g. release/protocol/v1.x
- 'feat/**'

jobs:
build-and-push-mainnet:
Expand Down

0 comments on commit fae30ab

Please sign in to comment.