Skip to content

Commit f773300

Browse files
committed
Update release.yml
1 parent 4c42e1d commit f773300

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
name: Release
22

33
on:
4-
push:
4+
workflow_run:
5+
workflows: ["CI"]
6+
types:
7+
- completed
58
branches:
69
- main
7-
paths-ignore:
8-
- 'CHANGELOG.md'
9-
- 'pyproject.toml'
1010

1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
14+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1415
concurrency: release
1516
permissions:
1617
id-token: write

0 commit comments

Comments
 (0)