We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a26ac4 commit ce033beCopy full SHA for ce033be
.github/workflows/main.yml
@@ -10,12 +10,14 @@ on:
10
push:
11
branches:
12
- master
13
+ - "[0-9]+.[0-9]+.x"
14
tags:
15
- "*"
16
17
pull_request:
18
19
20
21
22
jobs:
23
build:
.travis.yml
@@ -87,6 +87,5 @@ notifications:
87
88
only:
89
90
- - features
91
- 4.6-maintenance
92
- - /^\d+(\.\d+)+$/
+ - /^\d+\.\d+\.x$/
0 commit comments