Skip to content

Commit

Permalink
build: only trigger publishing workflow once per release
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Sep 22, 2023
1 parent 7883ef4 commit 44a303b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Expand Up @@ -2,6 +2,7 @@ name: Release to PyPI

on:
release:
types: [released]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 44a303b

Please sign in to comment.