Change branch-name from 'master' to 'main'

This commit is contained in:
MoonlightWave-12
2024-03-09 11:57:32 +01:00
parent 1d8a86d172
commit 71c27d94b5
2 changed files with 5 additions and 5 deletions

View File

@ -157,7 +157,7 @@ check_release:
needs: []
only:
refs:
- master
- main
script:
- apt-get -y install git python3
- (head -n 1 ./debian/changelog && git tag) | ./debian/check_release.py
@ -177,4 +177,4 @@ pages:
- public
only:
refs:
- master
- main