Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michail authored and tydonelson committed Apr 5, 2023
1 parent a223216 commit 0f0768e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# This is a workflow to publish master branch changes to VSCE
name: "Release to Marketplace"

# Controls when the action will run when a new release is published.
# This action will only run when a new GitHub release is published.
on:
push:
branches:
- master
release:
types: [published]

jobs:
release:
Expand Down

0 comments on commit 0f0768e

Please sign in to comment.