Skip to content

Commit

Permalink
chore(ci): enable circleci only for deploy branches
Browse files Browse the repository at this point in the history
[release]
  • Loading branch information
pi0 committed Jan 20, 2020
1 parent 940f580 commit a375a6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.disabled.yml → .circleci/config.yml
Expand Up @@ -191,7 +191,9 @@ workflows:
# Manually release on release branches
commit:
jobs:
- setup
- setup:
filters:
<<: *release_branches
- lint: { requires: [setup] }
- audit: { requires: [setup] }
- build: { requires: [setup] }
Expand All @@ -202,8 +204,8 @@ workflows:
- release-commit:
requires: [build, lint, lint-app, audit, test-dev, test-unit, test-e2e]
filters:
<<: *release_branches

<<: *release_branches
# Release nightly builds on release branches
nightly:
jobs:
Expand Down

0 comments on commit a375a6c

Please sign in to comment.