Skip to content

Commit

Permalink
publish on push temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
japhib committed Jul 14, 2024
1 parent 1b8e820 commit b30a919
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Publish VSCode extension

on:
push:
tags:
# Using '**' instead of '*' here to match all tags: https://stackoverflow.com/a/61892639/530728
- '**'
- push
# workflow_dispatch:
# push:
# tags:
# # Using '**' instead of '*' here to match all tags: https://stackoverflow.com/a/61892639/530728
# - '**'

jobs:
release-vs-marketplace:
Expand Down

0 comments on commit b30a919

Please sign in to comment.