Skip to content

Commit

Permalink
Added CI/CD for release/.* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried committed Mar 7, 2020
1 parent 15822fa commit f46dcbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
@@ -1,3 +1,7 @@
branches:
only:
- master
- /^release/.*$/
language: java
jdk:
- openjdk8
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -7,6 +7,7 @@ environment:
branches:
only:
- master
- /^release/.*$/
except:
- gh-pages
os: Windows Server 2016
Expand Down

0 comments on commit f46dcbb

Please sign in to comment.