Commit 24a175a8 authored by myishay's avatar myishay
Browse files

fix: remove test branch condition

parent fae6110f
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,7 +23,7 @@ deploy:
script: bash ./internal/release/deploy.sh
on:
all_branches: true
condition: $TRAVIS_BRANCH =~ ^(staging|main|fix-semver)$
condition: $TRAVIS_BRANCH =~ ^(staging|main)$
- provider: script
skip_cleanup: true
script: bash ./internal/release/internal_deploy.sh
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment