Skip to content

Commit

Permalink
Allow to run publishing workflow from github
Browse files Browse the repository at this point in the history
Signed-off-by: Tristram Gräbener <[email protected]>
  • Loading branch information
Tristramg committed Feb 28, 2025
1 parent 8e44008 commit dcd24e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_crates.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Publish to crates.io
on:
release:
types: [published]
workflow_dispatch:

jobs:
publish:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish_npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish to npmjs
on:
release:
types: [published]
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Publish to pypi
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit dcd24e0

Please sign in to comment.