From 4a1eece986aed062a264c718bdf1403017f97a92 Mon Sep 17 00:00:00 2001 From: Julio Gonzalez Date: Tue, 21 Feb 2023 16:24:59 +0100 Subject: [PATCH] Fix CodeQL branches. --- .github/workflows/codeql-analysis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index c155265..e75a61c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,13 +14,11 @@ name: 'CodeQL' on: push: branches: - - master - - feature/iast-chapter-1 + - main pull_request: # The branches below must be a subset of the branches above branches: - - master - - feature/iast-chapter-1 + - main jobs: analyze: