Skip to content

Commit 354e13f

Browse files
committed
Run CI on releases
1 parent 269d22a commit 354e13f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "CI"
2-
on: ["push", "pull_request"]
2+
on:
3+
release:
4+
types:
5+
- published
36
jobs:
47
publish:
58
name: "📦 Publish Python distributions"
6-
if: "startsWith(github.ref, 'refs/tags')"
79
runs-on: "ubuntu-latest"
810
environment: "publish"
911
permissions:

0 commit comments

Comments
 (0)