From df62347116cd17edfb691dfa35449d08445bdf1d Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Tue, 31 May 2022 09:49:55 +0100 Subject: [PATCH] Replace occurrences of master with trunk in CodeQL config [MAILPOET-3466] --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 57c7b462c5..c17e165218 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,10 +7,10 @@ name: 'CodeQL' on: push: - branches: [master] + branches: [trunk] pull_request: # The branches below must be a subset of the branches above - branches: [master] + branches: [trunk] schedule: - cron: '0 17 * * 4'