From ffac82e865049fa2d29ef89f16f1643cfda91b07 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Wed, 14 Aug 2024 09:08:41 -0400 Subject: [PATCH] Don't scan on nonexistent RCs (#549) --- .github/workflows/scan.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 498a21edb..e3715e14d 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -5,8 +5,6 @@ on: push: branches: - "main" - - "rc" - - "hotfix-rc" pull_request_target: types: [opened, synchronize]