From 8c19d0ba102a86c4ce31e1fc02b99f818974c79b Mon Sep 17 00:00:00 2001 From: Gert Mertes Date: Fri, 9 Aug 2024 12:50:11 +0000 Subject: [PATCH] ci: rename master -> main --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe95e46..4d529f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: ci on: - # Trigger the workflow on push to master or develop, except tag creation + # Trigger the workflow on push to main or develop, except tag creation push: branches: - - 'master' + - 'main' - 'develop' tags-ignore: - '**' @@ -33,7 +33,7 @@ jobs: codecov_upload: true secrets: inherit - # Build downstream packages on HPC + # Build downstream packages on HPC downstream-ci-hpc: name: downstream-ci-hpc if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}