Skip to content

Commit 2117343

Browse files
committed
only run actions with a tag
1 parent cbc03fe commit 2117343

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Docker Image CI
22

33
on:
4-
push:
54
workflow_dispatch:
6-
#tags:
7-
#- '*'
5+
push:
6+
tags:
7+
- '*'
88
# To have GitHub Actions deploy a new version, create a new tag
99
# git tag -a yyyy.m.d -m yyyy.m.d
1010
# Then push those tags

0 commit comments

Comments
 (0)