Skip to content

Commit

Permalink
fix(workflow): update action trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
1nchy committed Aug 13, 2024
1 parent 2632d55 commit 59c9b2f
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ name: Deploy VSCode Plugin

on:
push:
branches:
- master

release:
types:
- published

workflow_dispatch:
tags:
- "v*"

jobs:
build:
Expand Down

0 comments on commit 59c9b2f

Please sign in to comment.