Support both master and main branches

This commit is contained in:
Bruno Alla 2021-03-02 19:48:26 +00:00
parent 003a8c8c5e
commit 9793511266

View File

@ -7,11 +7,11 @@ env:
on:
pull_request:
branches: [ "master" ]
branches: [ "master", "main" ]
paths-ignore: [ "docs/**" ]
push:
branches: [ "master" ]
branches: [ "master", "main" ]
paths-ignore: [ "docs/**" ]