Skip to content

Commit

Permalink
only run on published
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed Nov 17, 2024
1 parent 5dde965 commit b7a90df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm_bundler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish to NPM (Bundler)

on:
release:
types: [ published ]

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/npm_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish to NPM (Web CDN)

on:
release:
types: [ published ]

permissions:
contents: write
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 @@ -7,6 +7,7 @@ name: Publish to PyPI

on:
release:
types: [published]

permissions:
contents: read
Expand Down

0 comments on commit b7a90df

Please sign in to comment.