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: push:
branches: branches:
- master - master
- "[0-9]+.[0-9]+.x"
tags: tags:
- "*" - "*"
pull_request: pull_request:
branches: branches:
- master - master
- "[0-9]+.[0-9]+.x"
jobs: jobs:
build: build:

View File

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