Skip to content

Commit

Permalink
chore: CI for pre-release (release candidate) actions (#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Sep 6, 2023
1 parent 294d97c commit aca2b4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- master
release:
types: [released]
types: [published] # releases and pre-releases (release candidates)

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Publish to PyPI

on:
release:
types: [released]
types: [published] # releases and pre-releases (release candidates)

jobs:

Expand Down

0 comments on commit aca2b4c

Please sign in to comment.