Skip to content

Commit b432db6

Browse files
committed
add workflow dispatch
1 parent 34a0154 commit b432db6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
name: Release Extension
22

33
on:
4+
push:
5+
branches: [ master ]
6+
tags: [ "v*" ]
47
pull_request:
58
paths:
69
- go.*
710
- main.go
811
branches:
912
- master
13+
workflow_dispatch:
14+
1015

1116
permissions:
1217
contents: write

0 commit comments

Comments
 (0)