Skip to content

Commit 79a7482

Browse files
authored
Allow CI for release branches (#676)
1 parent d1c6288 commit 79a7482

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ branches:
1717
only:
1818
- master
1919
- /^v[0-9]+\.[0-9]+\.[0-9]+$/ # version tags for Documenter.jl, see # 298
20+
- /^release-.*$/
2021
# matrix:
2122
# allow_failures:
2223
# - julia: nightly

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
branches:
1919
only:
2020
- master
21-
- /release-.*/
21+
- /^release-.*$/
2222

2323
notifications:
2424
- provider: Email

0 commit comments

Comments
 (0)