Skip to content

Commit

Permalink
chore: add release support for backport branches (QuorumDMS#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Forster authored Aug 17, 2020
1 parent e449e75 commit 75e3498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ workflows:
- release_dry_run:
filters:
branches:
only: master
only: |
master
/^+([0-9])?(.{+([0-9]),x}).x/
requires:
- test
- lint
Expand Down

0 comments on commit 75e3498

Please sign in to comment.