Skip to content

Commit 0edc7a2

Browse files
authored
Update ftl-build.yml
Allow build on tags. Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
1 parent 61a5394 commit 0edc7a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ftl-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'ftl-build/**'
88
- '.github/workflows/ftl-build.yml'
99
- '.github/actions/**'
10+
tags:
11+
- '**'
1012
# Only run on push events to the main repository (not from forks)
1113
pull_request:
1214
types: [opened, synchronize, reopened]

0 commit comments

Comments
 (0)