Skip to content

Commit

Permalink
Merge pull request #418 from mmerklinger/workflow-event-triggers
Browse files Browse the repository at this point in the history
Change event triggers from un/published to pre/released
  • Loading branch information
daringer committed Jul 18, 2023
2 parents 7027112 + a5d67cd commit 1c0e57d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous delivery - Linux

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

env:
FLIT_ROOT_INSTALL: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous delivery - Pypi

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

env:
FLIT_ROOT_INSTALL: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous delivery - Windows

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

env:
FLIT_ROOT_INSTALL: 1
Expand Down

0 comments on commit 1c0e57d

Please sign in to comment.