Skip to content

Commit 88b6629

Browse files
authored
ci: fix namadillo docker triggers (#1995)
1 parent bd0ace6 commit 88b6629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: Docker Namadillo 🐳
33
on:
44
push:
55
tags:
6-
- namadillo@v*
6+
- 'namadillo@v*'
77
branches:
88
- main
99
- stable-interface
10+
workflow_dispatch:
1011

1112
env:
1213
GIT_LFS_SKIP_SMUDGE: 1

0 commit comments

Comments
 (0)