Skip to content

Commit 77322fe

Browse files
committed
Update CI branch filters for new workflow
1 parent 736b031 commit 77322fe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ on:
1010
push:
1111
branches:
1212
- master
13+
- [0-9].[0-9].x
1314
tags:
1415
- "*"
1516

1617
pull_request:
1718
branches:
1819
- master
20+
- [0-9].[0-9].x
1921

2022
jobs:
2123
build:

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ notifications:
8282
branches:
8383
only:
8484
- master
85-
- features
8685
- 4.6-maintenance
87-
- /^\d+(\.\d+)+$/
86+
- /^\d+\.\d+\.x$/

0 commit comments

Comments
 (0)