Skip to content

Commit 2001ba3

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

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.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)