Skip to content

Commit 72f15dd

Browse files
authored
ignore build on tag release (#95)
1 parent f4192b2 commit 72f15dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
paths:
66
- Dockerfile
7+
tags-ignore:
8+
- '*.*'
79
pull_request:
810
paths:
911
- Dockerfile

0 commit comments

Comments
 (0)