Skip to content

Commit

Permalink
Change event triggers from un/published to pre/released
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Jul 18, 2023
1 parent 7027112 commit a5d67cd
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 a5d67cd

Please sign in to comment.