Skip to content

Commit 9c6e2d3

Browse files
authored
Update main.yml
1 parent e8a4215 commit 9c6e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

6262
docker:
6363
runs-on: ubuntu-latest
64-
if: ${{ (github.event.action == 'push' || github.event.action == 'created') && contains(github.ref_name, '.') }}
64+
if: ${{ contains(github.ref_name, '.') }}
6565
steps:
6666
-
6767
name: Login to Docker Hub

0 commit comments

Comments
 (0)