We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6821c18 commit 1c2068dCopy full SHA for 1c2068d
.github/workflows/release-upload.yml
@@ -2,10 +2,20 @@ name: Build and Attach Plugin ZIP to Release (Windows)
2
3
on:
4
workflow_dispatch:
5
+ inputs:
6
+ tag_name:
7
+ description: 'workflow-dispatch'
8
+ required: true
9
+
10
push:
11
branches: [ "master" ]
12
+ tags:
13
+ - 'v*'
14
pull_request:
15
16
17
+ - 'v*' # Only runs on tags like v1.0.0
18
19
release:
20
types: [published]
21
0 commit comments