From 40c89e6370c97cb1edf3d3b5415f82b1d1d3dd09 Mon Sep 17 00:00:00 2001 From: Matt Bishop Date: Tue, 13 Aug 2024 15:52:19 -0400 Subject: [PATCH] Don't test or scan on nonexistent RCs (#168) * Add additional branches for builds * Flip it * And scanning --- .github/workflows/scan.yml | 2 -- .github/workflows/test.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 58699e3..1081e39 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] diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a8a95d3..211daca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,6 @@ on: push: branches: - "main" - - "rc" - - "hotfix-rc" pull_request: jobs: