Skip to content

Commit 2df2494

Browse files
committed
update build workflow to trigger on both published and prereleased tags
1 parent 962e4f8 commit 2df2494

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ on:
55
tags:
66
- 'v*'
77
release:
8-
types: [published] # Only full releases
9-
release:
10-
types: [prereleased] # Only pre-releases
8+
types: [published, prereleased] # Both full releases and pre-releases
119
workflow_dispatch:
1210
inputs:
1311
tag:

0 commit comments

Comments
 (0)