Skip to content

Commit bdadef6

Browse files
committed
ci: update tag filter
1 parent 9990ab4 commit bdadef6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '**'
77

88
workflow_dispatch:
99

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker
33
on:
44
push:
55
tags:
6-
- '*'
6+
- '**'
77

88
workflow_dispatch:
99

0 commit comments

Comments
 (0)