Rename master branch to main (#571)

This commit is contained in:
Antoine Cotten
2021-01-19 20:12:56 +01:00
committed by GitHub
parent 747a6537f2
commit 980c5c480f
3 changed files with 7 additions and 7 deletions

View File

@@ -4,9 +4,9 @@ on:
schedule:
- cron: '0 0 * * 0' # At 00:00 every Sunday
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs: