From 9db949746f23b51c17830188ace19831d971295f Mon Sep 17 00:00:00 2001 From: Vlad Frolov Date: Mon, 16 Feb 2026 21:28:53 +0100 Subject: [PATCH] ci: Skip building binary artifacts on every PR --- .github/workflows/release.yml | 1 - .gitignore | 1 + Cargo.toml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 530a221a..0be3140a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,6 @@ 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/.gitignore b/.gitignore index e1863e31..e3ff7420 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ .env .env.local .env.* +!.env.example target/ diff --git a/Cargo.toml b/Cargo.toml index ca33c35e..51cfc34a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ windows-archive = ".tar.gz" # The archive format to use for non-windows builds (defaults .tar.xz) unix-archive = ".tar.gz" # Which actions to run on pull requests -pr-run-mode = "upload" +pr-run-mode = "skip" # Path that installers should place binaries in install-path = "CARGO_HOME" # Whether to install an updater program