We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d137b8f commit 284028bCopy full SHA for 284028b
.github/workflows/build-test-images.yml
@@ -34,7 +34,7 @@ jobs:
34
steps:
35
- name: Check branch
36
run: |
37
- if [ '${{ github.ref }}' != 'refs/heads/main' ] && [[ '${{ github.ref }}' != 'refs/heads/release*' ]] && [ ${{ inputs.publish }} == true ]; then
+ if [ '${{ github.ref }}' != 'refs/heads/main' ] && [[ '${{ github.ref }}' != refs/heads/release* ]] && [ ${{ inputs.publish }} == true ]; then
38
echo "Cannot publish an image if we are not on main or a release branch."
39
exit 1
40
fi
0 commit comments