Skip to content

Commit ce033be

Browse files
bluetechblueyed
andcommitted
Update CI branch filters for new workflow
Co-Authored-By: Daniel Hahler <[email protected]>
1 parent 6a26ac4 commit ce033be

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

+2
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

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,5 @@ notifications:
8787
branches:
8888
only:
8989
- master
90-
- features
9190
- 4.6-maintenance
92-
- /^\d+(\.\d+)+$/
91+
- /^\d+\.\d+\.x$/

0 commit comments

Comments
 (0)