From d5a4ae886f58941f5df9a7f12a505e267a18e489 Mon Sep 17 00:00:00 2001 From: Christian Poveda Date: Mon, 9 Dec 2024 09:38:26 -0500 Subject: [PATCH] ci: bump cargo-dist config for release --- .github/workflows/release.yml | 1 + Cargo.toml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61098dea41..5df0c7b1c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ permissions: # If there's a prerelease-style suffix to the version, then the release(s) # will be marked as a prerelease. on: + pull_request: push: tags: - '**[0-9]+.[0-9]+.[0-9]+*' diff --git a/Cargo.toml b/Cargo.toml index d8ab017b0f..bae9d9edb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,6 @@ tempfile = "3" # transmute-int-to-bool = "allow" # unnecessary-cast = "allow" # useless-transmute = "allow" - # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)