We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86c55d commit 2811199Copy full SHA for 2811199
.github/workflows/build.yml
@@ -1194,9 +1194,9 @@ jobs:
1194
) \
1195
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
1196
&& ( \
1197
- [ "${{ github.ref_type }}" == "branch" ] \
1198
- && [ "${{ github.ref_name }}" == "main" ] \
1199
- && [ "${{ github.event_name }}" == push" ] \
+ [ "${{ github.ref_type }}" = "branch" ] \
+ && [ "${{ github.ref_name }}" = "main" ] \
+ && [ "${{ github.event_name }}" = push" ] \
1200
1201
|| ( \
1202
[ "${{ github.ref_type }}" = "tag" ] \
0 commit comments