mirror of https://github.com/pytest-dev/pytest.git
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:
|
||||
branches:
|
||||
- master
|
||||
- "[0-9]+.[0-9]+.x"
|
||||
tags:
|
||||
- "*"
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- "[0-9]+.[0-9]+.x"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -87,6 +87,5 @@ notifications:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- features
|
||||
- 4.6-maintenance
|
||||
- /^\d+(\.\d+)+$/
|
||||
- /^\d+\.\d+\.x$/
|
||||
|
|
Loading…
Reference in New Issue