Skip to content

Commit

Permalink
Remove master requirement on specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jul 31, 2024
1 parent 6f256e0 commit c42da71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
echo "cnversion=$(cat files/docker/node/release-versions/cardano-node-latest.txt)" >> $GITHUB_OUTPUT
build_production:
needs: set_environment_vars
if: needs.set_environment_vars.outputs.testing == 'false' && needs.set_environment_vars.outputs.guild_deploy_branch == 'master'
if: needs.set_environment_vars.outputs.testing == 'false' && (needs.set_environment_vars.outputs.guild_deploy_branch == 'master' || needs.set_environment_vars.outputs.guild_deploy_branch == 'alpha')
env:
REGISTRY: docker.io
runs-on: ubuntu-latest
Expand Down

0 comments on commit c42da71

Please sign in to comment.