Skip to content

Commit

Permalink
chore: remove unnecessary trigger on published (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet authored Mar 27, 2024
1 parent 97c61be commit ee77562
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release & Publish Package

on:
release:
types: [published, released, prereleased]
types: [released, prereleased]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release & Publish Package
name: Release & Publish Beta Package for Pull Requests

on:
pull_request:
Expand Down

0 comments on commit ee77562

Please sign in to comment.