Skip to content

Commit

Permalink
Resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wilco375 committed Dec 12, 2023
1 parent 363826c commit ab9e299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo 'This workflow can only be run on branches staging and master.'
exit 1
fi
if [ "$GITHUB_REF_NAME" != 'master' ] && [ "$TARGET_ENV" == 'luxadmosam' ]; then
if [ "$TARGET_ENV" == 'luxadmosam' ] && [ "$GITHUB_REF_NAME" != 'master' ]; then
echo 'Only the master branch can be deployed to Lux ad Mosam.'
exit 1
fi
Expand Down

0 comments on commit ab9e299

Please sign in to comment.