Skip to content

Commit e30ba04

Browse files
committed
- removed workflow dispatch and push/pull actions
1 parent 1c2068d commit e30ba04

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release-upload.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
name: Build and Attach Plugin ZIP to Release (Windows)
22

33
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-
branches: [ "master" ]
16-
tags:
17-
- 'v*' # Only runs on tags like v1.0.0
18-
194
release:
205
types: [published]
216

0 commit comments

Comments
 (0)