We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350ca18 commit 4feda18Copy full SHA for 4feda18
2 files changed
.github/workflows/crates.yaml
@@ -4,9 +4,8 @@
4
name: release crates
5
6
on:
7
- push:
8
- tags:
9
- - '*'
+ release:
+ types: [published]
10
workflow_dispatch:
11
12
permissions:
.github/workflows/pypi.yaml
@@ -8,9 +8,9 @@ on:
branches:
- main
- master
13
pull_request:
14
15
16
0 commit comments