ci: Skip building binary artifacts on every PR

This commit is contained in:
Vlad Frolov
2026-02-16 21:29:03 +01:00
parent 61a123a746
commit 9db949746f
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -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]+*'
+1
View File
@@ -2,6 +2,7 @@
.env
.env.local
.env.*
!.env.example
target/
+1 -1
View File
@@ -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