Skip to content

Commit

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

on:
- push
# workflow_dispatch:
# push:
# tags:
# # Using '**' instead of '*' here to match all tags: https://stackoverflow.com/a/61892639/530728
# - '**'
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 0bdc88b

Please sign in to comment.