From a26fc4fd6ca13c58c1d8a92089b37fe084559409 Mon Sep 17 00:00:00 2001 From: spiral Date: Tue, 30 Nov 2021 19:04:04 -0500 Subject: [PATCH] fix: only deploy to beta bot from `main` branch --- .github/workflows/docker.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 414c37cd..3bd342f4 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,6 +28,7 @@ jobs: cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }} cache-to: type=inline - name: "Update Beta Bot" + if: contains(github.ref, "main") uses: fjogeleit/http-request-action@master with: url: https://api-beta.pluralkit.me/v1/update