Rename default branch to main

This commit is contained in:
Justin Mayer 2024-06-25 11:33:28 +02:00
commit 36ebe91af7
7 changed files with 17 additions and 17 deletions

View file

@ -110,7 +110,7 @@ jobs:
environment: Deployment
needs: [test, lint, docs, build]
runs-on: ubuntu-latest
if: github.ref=='refs/heads/master' && github.event_name!='pull_request' && github.repository == 'getpelican/pelican'
if: github.ref=='refs/heads/main' && github.event_name!='pull_request' && github.repository == 'getpelican/pelican'
permissions:
contents: write