From eb5e2f95106e2021cd050f86fc5455a8767f317b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= Date: Fri, 28 Jun 2024 17:18:14 +0200 Subject: [PATCH] chore: run CI tests when targeting `v2` branch --- .github/workflows/elixir.yml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 7c9c7352..f0304df6 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -3,6 +3,7 @@ on: pull_request: branches: - main + - v2 concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -31,7 +32,7 @@ jobs: uses: actions/cache@v4 with: path: deps - key: ${{ runner.os }}-mix-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} + key: ${{ runner.os }}-mix-v2-${{ hashFiles(format('{0}{1}', github.workspace, '/mix.lock')) }} restore-keys: | ${{ runner.os }}-mix- - name: Install dependencies diff --git a/VERSION b/VERSION index 470abefa..03f7611d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.67 +1.1.68