We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c902b commit 962e4f8Copy full SHA for 962e4f8
1 file changed
.github/workflows/build.yaml
@@ -4,6 +4,10 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ release:
8
+ types: [published] # Only full releases
9
10
+ types: [prereleased] # Only pre-releases
11
workflow_dispatch:
12
inputs:
13
tag:
0 commit comments