diff --git a/.travis.yml b/.travis.yml index 27b1adc03..45fb49c45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,5 +30,6 @@ deploy: repo: stashapp/stash branch: master branches: - except: - - /^v\d+\.\d\.\d.*/ # don't build tags \ No newline at end of file + only: + - master + - develop \ No newline at end of file