Update CI branch filters for new workflow

Co-Authored-By: Daniel Hahler <git@thequod.de>
This commit is contained in:
Ran Benita 2020-01-25 19:58:04 +02:00 committed by Daniel Hahler
parent 6a26ac4125
commit ce033beb97
2 changed files with 3 additions and 2 deletions

View File

@ -10,12 +10,14 @@ on:
push:
branches:
- master
- "[0-9]+.[0-9]+.x"
tags:
- "*"
pull_request:
branches:
- master
- "[0-9]+.[0-9]+.x"
jobs:
build:

View File

@ -87,6 +87,5 @@ notifications:
branches:
only:
- master
- features
- 4.6-maintenance
- /^\d+(\.\d+)+$/
- /^\d+\.\d+\.x$/