Unverified Commit f0f31d07 authored by Roman's avatar Roman Committed by GitHub
Browse files

ci(CL): run tests on CL branch and add backport config (#3095)

* ci(CL): run tests on CL branch and add backport config

* Update .github/mergify.yml
parent c51a248d
Showing with 10 additions and 0 deletions
+10 -0
......@@ -110,3 +110,11 @@ pull_request_rules:
backport:
branches:
- v13.x
- name: backport patches to concentrated-liquidity-main
conditions:
- base=main
- label=A:backport/concentrated-liquidity-main
actions:
backport:
branches:
- concentrated-liquidity-main
......@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- concentrated-liquidity-main
jobs:
golangci:
......
......@@ -7,6 +7,7 @@ on:
push:
branches:
- "main"
- "concentrated-liquidity-main"
- "v[0-9]**"
workflow_dispatch:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment