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: pull_request:
branches: branches:
- "*.x" - "*.x"
- master
push: push:
branches: branches:
- "*.x" - "*.x"
- master
env: env:
fail-fast: true fail-fast: true