From 5abf8c6798d0cffa1d5f8678de99aa020c2d7a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Thu, 11 Aug 2022 21:17:38 -0700 Subject: [PATCH] Rename default branch to main --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- .github/workflows/linters.yml | 2 +- .github/workflows/scorecards-analysis.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6583534a..2c267493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ permissions: read-all on: pull_request: branches: - - master + - main jobs: unit-tests: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f1deb9fb..022bf2a2 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -4,10 +4,10 @@ permissions: read-all 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: '45 22 * * 3' diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 07ae67e9..95961538 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -4,7 +4,7 @@ permissions: read-all on: pull_request: branches: - - master + - main jobs: jshint: diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index e851bc85..8bccd6c0 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -5,7 +5,7 @@ on: schedule: - cron: '31 8 * * 6' push: - branches: [ master ] + branches: [ main ] # Declare default permissions as read only. permissions: read-all