From a28b0c741ead542e4f71cb6cb662684f5315dde8 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 12 Aug 2024 14:18:53 +1000 Subject: [PATCH] chore: run lint and build on release/ branches --- .github/workflows/build-binaries.yml | 2 ++ .github/workflows/pull-request.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index cd6d7af06..0d81fe895 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -6,10 +6,12 @@ on: branches: - clearnet - unstable + - release/ pull_request: branches: - clearnet - unstable + - release/ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3d2334bd7..895d9897d 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -6,7 +6,7 @@ on: branches: - clearnet - unstable - - unstable1 + - release/ concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}