Skip to content

Commit 8aa0baa

Browse files
committed
ci: manually release
1 parent a4b58bd commit 8aa0baa

File tree

3 files changed

+3
-13
lines changed

3 files changed

+3
-13
lines changed

.github/workflows/publish-chrome.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish to Chrome Webstore
2-
on:
3-
push:
4-
branches:
5-
- "release"
2+
on: [workflow_dispatch]
63
jobs:
74
publish:
85
runs-on: ubuntu-latest

.github/workflows/publish-edge.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish to Edge Addon Store
2-
on:
3-
push:
4-
branches:
5-
- "release"
2+
on: [workflow_dispatch]
63
jobs:
74
publish:
85
runs-on: ubuntu-latest

.github/workflows/publish-firefox.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Publish to Firefox Addon Store
2-
on:
3-
push:
4-
branches:
5-
- "release"
6-
workflow_dispatch:
2+
on: [workflow_dispatch]
73
jobs:
84
publish:
95
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)