Skip to content
This repository was archived by the owner on May 24, 2025. It is now read-only.

Commit 5580a57

Browse files
committed
changed versioning regex of github workflow since some people apparently don't like it
1 parent 68e073c commit 5580a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- 'main'
77
tags:
8-
- 'v*'
8+
- '*'
99
pull_request:
1010
branches:
1111
- 'main'

0 commit comments

Comments
 (0)