Skip to content

Commit 2811199

Browse files
- Single equals.
1 parent c86c55d commit 2811199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,9 +1194,9 @@ jobs:
11941194
) \
11951195
&& [ "${{ vars.CI_SKIP_DOCKER_PUSH }}" != "true" ] \
11961196
&& ( \
1197-
[ "${{ github.ref_type }}" == "branch" ] \
1198-
&& [ "${{ github.ref_name }}" == "main" ] \
1199-
&& [ "${{ github.event_name }}" == push" ] \
1197+
[ "${{ github.ref_type }}" = "branch" ] \
1198+
&& [ "${{ github.ref_name }}" = "main" ] \
1199+
&& [ "${{ github.event_name }}" = push" ] \
12001200
) \
12011201
|| ( \
12021202
[ "${{ github.ref_type }}" = "tag" ] \

0 commit comments

Comments
 (0)