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 736b031 commit 77322feCopy full SHA for 77322fe
.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
@@ -82,6 +82,5 @@ notifications:
82
83
only:
84
85
- - features
86
- 4.6-maintenance
87
- - /^\d+(\.\d+)+$/
+ - /^\d+\.\d+\.x$/
0 commit comments