Build release branches too (#386)

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2021-05-06 14:07:52 +02:00 committed by GitHub
parent 9d45943844
commit 208b18c299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 2.[0-9]+
jobs:
test:

View File

@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- 2.[0-9]+
jobs:
test: