From c40b9eef91f51c1566220f70da4711355f78d3f6 Mon Sep 17 00:00:00 2001 From: joe miller Date: Wed, 20 Nov 2024 17:15:41 +0000 Subject: [PATCH] ci: update master -> main, fix codeql wf name --- .github/workflows/CI.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f54186d..d2dc512 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - 'master' + - 'main' pull_request: jobs: @@ -65,7 +65,7 @@ jobs: # permissions: # # allow goreleaser to access the Releases API # contents: write - # # Checks if this is a merge into the master(main) and creates a new release if yes. + # # Checks if this is a merge into the main and creates a new release if yes. # if: github.event_name != 'pull_request' # needs: [test, lint, goreleaser-check] # runs-on: ubuntu-latest diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8ba5b3f..3b26400 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,11 +1,11 @@ -name: "CoeQL" +name: "CodeQL" on: push: - branches: [ master ] + branches: [ main ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ main ] schedule: - cron: '31 15 * * 0'