Skip to content

Commit

Permalink
Sync subtrees for main branch as well (#1490)
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Apr 18, 2023
1 parent 7677f07 commit 2eb155f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config/workflows/sync-subtrees.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
when:
matches:
pattern: "release/v10.*"
value: << pipeline.git.branch >>
or:
- matches:
pattern: "release/v10.*"
value: << pipeline.git.branch >>
- equal: [ main, << pipeline.git.branch >> ]
jobs:
- sync-subtree

0 comments on commit 2eb155f

Please sign in to comment.