Skip to content

Commit cca9a44

Browse files
committed
+ Extend github actions to also run on dev* tags
1 parent 2d56ea0 commit cca9a44

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
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [ "master", "dev" ]
66
# Publish semver tags as releases.
7-
tags: [ 'v*.*.*' ]
7+
tags: [ "v*.*.*", "dev*" ]
88
# pull_request:
99
# branches: [ "master" ]
1010

0 commit comments

Comments
 (0)