Skip to content

Commit

Permalink
chore: add phase2 branch in build workflow, sync with dockerify
Browse files Browse the repository at this point in the history
  • Loading branch information
xadahiya committed Nov 20, 2023
1 parent 49380cd commit de5136b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
release:
types: ['published']
push:
branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs" ]
branches: [ "dockerify", "testnet_pretask", "testnet_5_pairs", "phase2"]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down

0 comments on commit de5136b

Please sign in to comment.