Update CI branch filters for new workflow
Co-Authored-By: Daniel Hahler <git@thequod.de>
This commit is contained in:
parent
6a26ac4125
commit
ce033beb97
|
@ -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:
|
||||||
|
|
|
@ -87,6 +87,5 @@ notifications:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- features
|
|
||||||
- 4.6-maintenance
|
- 4.6-maintenance
|
||||||
- /^\d+(\.\d+)+$/
|
- /^\d+\.\d+\.x$/
|
||||||
|
|
Loading…
Reference in New Issue