Skip to content

Commit

Permalink
ci: rename master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Aug 9, 2024
1 parent 1e2eea0 commit 8c19d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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:
- '**'
Expand Down Expand Up @@ -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' }}
Expand Down

0 comments on commit 8c19d0b

Please sign in to comment.