Skip to content

Commit 4feda18

Browse files
committed
ci: trigger releases on GitHub Release published
1 parent 350ca18 commit 4feda18

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/crates.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
name: release crates
55

66
on:
7-
push:
8-
tags:
9-
- '*'
7+
release:
8+
types: [published]
109
workflow_dispatch:
1110

1211
permissions:

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
branches:
99
- main
1010
- master
11-
tags:
12-
- '*'
1311
pull_request:
12+
release:
13+
types: [published]
1414
workflow_dispatch:
1515

1616
permissions:

0 commit comments

Comments
 (0)