Skip to content

Commit

Permalink
fix(circleci): regexp of branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
locona committed Dec 19, 2019
1 parent 206ab8e commit 7326611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ workflows:
- release_dry:
filters:
branches:
only: /^release.*/
only: /^release\/M.*/
- release:
filters:
branches:
only: /^release.*/
only: /^release\/M.*/

0 comments on commit 7326611

Please sign in to comment.