Github renamed master branch to main...

This commit is contained in:
Mael G. 2020-12-13 20:22:11 -04:00
parent 9be5aa8718
commit 3f7fa58fd6
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ name: Go
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build: