Skip to content

Commit

Permalink
Fix release event type (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad authored Apr 19, 2024
1 parent 5077ba2 commit 88bc6e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-jetbrains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Publish to JetBrains Marketplace

on:
release:
types: [released]
pull_request:
branches: [master]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Publish to PyPI

on:
release:
types: [released]
pull_request:
branches: [master]
paths:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Publish to VS Code Marketplace

on:
release:
types: [released]
pull_request:
branches: [master]
paths:
Expand Down

0 comments on commit 88bc6e7

Please sign in to comment.