Skip to content

Commit ab075fa

Browse files
committed
Make the push trigger on tags
1 parent 388654b commit ab075fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Docker Image CI
33
on:
44
push:
55
branches: [ main ]
6+
tags:
7+
- "v*"
68
pull_request:
79
branches: [ main ]
8-
release:
9-
types: [published]
1010

1111
env:
1212
IMAGE_NAME: rust-llvm

0 commit comments

Comments
 (0)