From d1b13d12812f7f1c9b2ed3e1982a0f72822fab14 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 6 Apr 2024 20:35:16 +0200 Subject: Rename master branch to main --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql-analysis.yml') diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5bf8c11..241b6a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,11 +3,11 @@ name: CodeQL on: push: branches: - - master + - main # The branches below must be a subset of the branches above pull_request: branches: - - master + - main schedule: - cron: '0 11 * * *' -- cgit v1.2.3