From 8d4560567b1a54ebd8bb7c3f7c97fcc29d2dd070 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Mon, 14 Oct 2024 13:52:43 +0700 Subject: [PATCH] ci: add v1.18/v2.0 branches --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 67b04e1..070787e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,3 @@ -# Source: -# https://github.com/solana-labs/solana-accountsdb-plugin-postgres/blob/master/.github/workflows/test.yml - concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -10,6 +7,8 @@ on: push: branches: - 'master' + - 'v2.0-triton' + - 'v1.18-triton' - 'v1.17-triton' - 'v1.16-triton' - 'v1.14-triton'