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 d3c489f commit d5a4ae8Copy full SHA for d5a4ae8
.github/workflows/release.yml
@@ -39,6 +39,7 @@ permissions:
39
# If there's a prerelease-style suffix to the version, then the release(s)
40
# will be marked as a prerelease.
41
on:
42
+ pull_request:
43
push:
44
tags:
45
- '**[0-9]+.[0-9]+.[0-9]+*'
Cargo.toml
@@ -60,7 +60,6 @@ tempfile = "3"
60
# transmute-int-to-bool = "allow"
61
# unnecessary-cast = "allow"
62
# useless-transmute = "allow"
63
-
64
# Config for 'cargo dist'
65
[workspace.metadata.dist]
66
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
0 commit comments