From 9e52b2788dc6c77d825f9f48d4f2b31844ca71cc Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 20 Jan 2023 13:49:39 +0100 Subject: [PATCH] Pocketbase GH release updated --- .github/workflows/pocketbase-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pocketbase-release.yml b/.github/workflows/pocketbase-release.yml index 3f9762907..e8abfb5c5 100644 --- a/.github/workflows/pocketbase-release.yml +++ b/.github/workflows/pocketbase-release.yml @@ -5,7 +5,9 @@ on: paths: - "others/pocketbase/*" - ".github/workflows/pocketbase-release.yml" - + branches: + - next + - main jobs: arm64: runs-on: [self-hosted, arm64]