chore: add release support for backport branches (#213)

This commit is contained in:
Matt Forster
2020-08-17 13:37:49 -06:00
committed by GitHub
parent e449e75219
commit 75e34988f4

View File

@@ -84,7 +84,9 @@ workflows:
- release_dry_run:
filters:
branches:
only: master
only: |
master
/^+([0-9])?(.{+([0-9]),x}).x/
requires:
- test
- lint