Skip to content

Commit c1e6efa

Browse files
committed
ci: Fix typo
1 parent 5292b2a commit c1e6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
readme:
7575
name: Update DockerHub Description
76-
if: ${{ github.short_ref == 'main' }}
76+
if: ${{ github.ref_name == 'main' }}
7777
runs-on: ubuntu-latest
7878
needs: build
7979
steps:

0 commit comments

Comments
 (0)