Add master branch to git actions workflow

This commit is contained in:
Guilhem Niot 2020-12-10 22:32:53 +01:00
parent 909a7934b4
commit 18c040b1c4

View File

@ -7,9 +7,11 @@ on:
pull_request:
branches:
- "*.x"
- master
push:
branches:
- "*.x"
- master
env:
fail-fast: true