From 8e5889de9e2498dee5f30029a6d7ca9b8524e161 Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Thu, 12 Oct 2023 11:43:44 +0100 Subject: [PATCH] Add testing trigger --- .github/workflows/__export-file-baseline-information.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/__export-file-baseline-information.yml b/.github/workflows/__export-file-baseline-information.yml index 502f06e8f..ecaed7fc8 100644 --- a/.github/workflows/__export-file-baseline-information.yml +++ b/.github/workflows/__export-file-baseline-information.yml @@ -10,9 +10,6 @@ env: CODEQL_EXTRACTOR_JAVA_AGENT_DISABLE_KOTLIN: 'true' on: push: - branches: - - main - - releases/v2 pull_request: types: - opened