Skip to content

Commit

Permalink
feat: publish from the testing branch (#1981)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska authored Jan 22, 2024
1 parent e3fe534 commit 20f9e40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ workflows:
branches:
ignore:
- main
- frontend-2
- testing
tags:
ignore: /.*/

Expand Down Expand Up @@ -220,7 +220,7 @@ workflows:
only:
- main
- hotfix*
- frontend-2
- testing
tags:
only: &filters-tag /^[0-9]+\.[0-9]+\.[0-9]+$/
requires:
Expand Down Expand Up @@ -630,7 +630,7 @@ jobs:
command: |
[[ "${CIRCLE_TAG}" ]] && echo "proceed because tag is set" && exit 0
[[ "${CIRCLE_BRANCH}" == "main" ]] && echo "proceed because main branch" && exit 0
[[ "${CIRCLE_BRANCH}" == "frontend-2" ]] && echo "proceed because frontend-2 branch" && exit 0
[[ "${CIRCLE_BRANCH}" == "testing" ]] && echo "proceed because testing branch" && exit 0
[[ "${IS_DRAFT_PR}" == "TRUE" || -z "${CIRCLE_PULL_REQUEST}" ]] && echo "Should not build because either Draft PR or branch without PR, stopping" && exit 1
echo "proceeding"
- setup_remote_docker:
Expand Down

0 comments on commit 20f9e40

Please sign in to comment.