Skip to content

Commit

Permalink
ci(travis): fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrián González Rus committed Sep 17, 2020
1 parent b085c51 commit 78167a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
branches:
only:
- master
- /^release/\d+\.\d+/
- /^release\/\d+\.\d+/

jobs:
fail_fast: true
Expand Down Expand Up @@ -76,5 +76,5 @@ stages:
- "Tests"
- "Regression Tests"
- name: "Release"
if: branch = master OR branch =~ /^release/\d+\.\d+/
if: branch = master OR branch =~ /^release\/\d+\.\d+/

0 comments on commit 78167a8

Please sign in to comment.