Skip to content

Commit 1c2068d

Browse files
committed
- added release tags on workflow
1 parent 6821c18 commit 1c2068d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release-upload.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@ name: Build and Attach Plugin ZIP to Release (Windows)
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
tag_name:
7+
description: 'workflow-dispatch'
8+
required: true
9+
510
push:
611
branches: [ "master" ]
12+
tags:
13+
- 'v*'
714
pull_request:
815
branches: [ "master" ]
16+
tags:
17+
- 'v*' # Only runs on tags like v1.0.0
18+
919
release:
1020
types: [published]
1121

0 commit comments

Comments
 (0)