Skip to content

Commit d84b277

Browse files
authored
disable workflow
1 parent 7a36fd9 commit d84b277

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 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:

0 commit comments

Comments
 (0)