We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b58bd commit 8aa0baaCopy full SHA for 8aa0baa
.github/workflows/publish-chrome.yml
@@ -1,8 +1,5 @@
1
name: Publish to Chrome Webstore
2
-on:
3
- push:
4
- branches:
5
- - "release"
+on: [workflow_dispatch]
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
.github/workflows/publish-edge.yml
name: Publish to Edge Addon Store
.github/workflows/publish-firefox.yml
@@ -1,9 +1,5 @@
name: Publish to Firefox Addon Store
- workflow_dispatch:
9
0 commit comments