Skip to content

Commit 1c5dd50

Browse files
Change build on clause
1 parent e7c29a3 commit 1c5dd50

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
name: BUILD
66

77
on:
8-
release:
9-
types:
10-
- created
8+
push:
9+
# Publish `v1.2.3` tags as releases.
10+
tags:
11+
- v*
1112

1213
env:
1314
FETCHER_IMAGE_VERSION: 3.15.0

0 commit comments

Comments
 (0)