Skip to content

Commit 02d79d9

Browse files
- Missing quote.
1 parent 2811199 commit 02d79d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ jobs:
11961196
&& ( \
11971197
[ "${{ github.ref_type }}" = "branch" ] \
11981198
&& [ "${{ github.ref_name }}" = "main" ] \
1199-
&& [ "${{ github.event_name }}" = push" ] \
1199+
&& [ "${{ github.event_name }}" = "push" ] \
12001200
) \
12011201
|| ( \
12021202
[ "${{ github.ref_type }}" = "tag" ] \

0 commit comments

Comments
 (0)