Skip to content

Commit

Permalink
ci: Restore running publish action on release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Mar 12, 2024
1 parent da0d465 commit 08de198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
push:
branches: [ main ]
tags:
- "v*" # Tag events matching v*, i.e. v1.0, v20.15.10

pull_request:
branches: [ main ]

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish Python Package to PyPI

on:
workflow_call:
release:
types: [published]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 08de198

Please sign in to comment.