Skip to content

Commit

Permalink
allow manual publish
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocdias committed Feb 5, 2024
1 parent 2722b2b commit 29e15b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-microsoft.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on:
workflow_dispatch:
push:
tags:
- "*"

name: Deploy Extension
name: Deploy Extension to Microsoft's Marketplace
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-open-vsx.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on:
workflow_dispatch:
push:
tags:
- "*"

name: Deploy Extension
name: Deploy Extension to Open VSX
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29e15b3

Please sign in to comment.