From fd0713f8ed6510a0f0101a193e0a098ef8597f5f Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Sat, 27 Jan 2024 09:39:58 -0500 Subject: [PATCH] chore: only do PR audit on pull requests --- .github/workflows/pr-audit.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pr-audit.yml b/.github/workflows/pr-audit.yml index 68d28cc..fc9ea51 100644 --- a/.github/workflows/pr-audit.yml +++ b/.github/workflows/pr-audit.yml @@ -1,9 +1,6 @@ name: Pull Request Security Audit on: - push: - paths: - - '**/Cargo.toml' pull_request: paths: - '**/Cargo.toml'