rename default branch from master to main

This commit is contained in:
Nicola Murino
2021-02-09 19:53:03 +01:00
parent db80781716
commit 1bccb93fcb
9 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ name: CI
on:
push:
branches: [master]
branches: [main]
pull_request:
jobs:

View File

@@ -5,7 +5,7 @@ on:
# - cron: '0 4 * * *' # everyday at 4:00 AM UTC
push:
branches:
- master
- main
tags:
- v*
pull_request: