Skip to content

Commit 0386d02

Browse files
committed
properly disable workflow
1 parent 58cacd5 commit 0386d02

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/web-ext-workflow.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: Release new version
22

3-
# on:
4-
# push:
5-
# tags:
6-
# - 'v*.*.*'
7-
# release:
8-
# types: [published]
3+
on:
4+
workflow_dispatch:
5+
# push:
6+
# tags:
7+
# - 'v*.*.*'
8+
# release:
9+
# types: [published]
910

1011
jobs:
1112
build-release:
@@ -21,7 +22,7 @@ jobs:
2122
uses: kewisch/action-web-ext@v1
2223
with:
2324
cmd: build
24-
filename: '{name}-{version}.xpi'
25+
filename: "{name}-{version}.xpi"
2526
ignoreFiles: '[ "package.json", "package-lock.json", "yarn.lock", ".github", ".gitattributes", "LICENSE", "README.md"]'
2627

2728
- name: Sign

0 commit comments

Comments
 (0)