]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
CI: Run the Rust deps check workflow on PR to master 16868/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Feb 2026 13:31:56 +0000 (14:31 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 12 Feb 2026 13:31:56 +0000 (14:31 +0100)
As suggested by Alexis, many thanks!

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
.github/workflows/check-rust-dependencies-on-pr.yml

index 222ea90cc677472fbbebed755b48713090f1b920..7771db21c339586449b1f01971a0498c620bb0c7 100644 (file)
@@ -1,6 +1,8 @@
 name: Security audit of Rust dependencies
 on:
-  push:
+  pull_request:
+    branches:
+      - master
     paths:
       - '**/Cargo.toml'
       - '**/Cargo.lock'