Skip to content

Commit d5a4ae8

Browse files
committed
ci: bump cargo-dist config for release
1 parent d3c489f commit d5a4ae8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ permissions:
3939
# If there's a prerelease-style suffix to the version, then the release(s)
4040
# will be marked as a prerelease.
4141
on:
42+
pull_request:
4243
push:
4344
tags:
4445
- '**[0-9]+.[0-9]+.[0-9]+*'

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ tempfile = "3"
6060
# transmute-int-to-bool = "allow"
6161
# unnecessary-cast = "allow"
6262
# useless-transmute = "allow"
63-
6463
# Config for 'cargo dist'
6564
[workspace.metadata.dist]
6665
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)

0 commit comments

Comments
 (0)