Skip to content

Commit 3118cf4

Browse files
authored
Build on tags instead of releases
1 parent fe05b50 commit 3118cf4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
push:
66
branches:
77
- '**'
8+
tags:
9+
- '**'
810
schedule:
911
# Run once a week at 00:00 on Sunday
1012
- cron: '0 0 * * 0'
11-
release:
12-
types:
13-
- published
1413

1514
permissions:
1615
contents: read

0 commit comments

Comments
 (0)