Skip to content

Commit 2001ba3

Browse files
committed
Do not trigger build on push tag
1 parent 061b28c commit 2001ba3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Build docker image
33
permissions:
44
contents: read
55

6-
on: [push]
6+
on:
7+
push:
8+
tags-ignore:
9+
- "*"
710

811
jobs:
912
build-image:

0 commit comments

Comments
 (0)