From 05a8751555364517fbb4cca694183270d1f7752e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 14 Jun 2023 08:38:23 +0200 Subject: [PATCH] chore: add unstable to gh actions build and test --- .github/workflows/build-binaries.yml | 2 ++ .github/workflows/pull-request.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 844b31730..1c4a6a217 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -5,9 +5,11 @@ on: push: branches: - clearnet + - unstable pull_request: branches: - clearnet + - unstable jobs: build: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 8ad02ccd3..c6e775d8f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -5,6 +5,7 @@ on: pull_request: branches: - clearnet + - unstable jobs: build: