Skip to content

Commit

Permalink
Make release workflows run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Dec 9, 2024
1 parent d9adaa4 commit c74f157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types:
- created
pull_request:
branches: [main]

jobs:
build_wheels:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
release:
types:
- created
pull_request:
branches: [main]

jobs:
release-rust:
Expand Down

0 comments on commit c74f157

Please sign in to comment.