From 7ad57bb981d6eefa33013991166ad0ea4711d169 Mon Sep 17 00:00:00 2001 From: asowneryt Date: Sat, 18 Jul 2026 01:15:18 +1200 Subject: [PATCH] Update docker-publish.yml --- .gitea/workflows/docker-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/docker-publish.yml b/.gitea/workflows/docker-publish.yml index 11c4567..d4d6e9f 100644 --- a/.gitea/workflows/docker-publish.yml +++ b/.gitea/workflows/docker-publish.yml @@ -6,13 +6,13 @@ name: Docker on: push: branches: - - main + - master - develop tags: - "v*.*.*" pull_request: branches: - - main + - master - develop jobs: @@ -85,9 +85,9 @@ jobs: # Store that whole URL as the Actions secret ARCANE_WEBHOOK_URL. The # endpoint is unauthenticated apart from the token in the path (rate-limited # to 60 req / 10s per IP), takes no body, and only fires on real pushes to - # main — not on PRs, and skipped automatically if the secret is unset. + # master — not on PRs, and skipped automatically if the secret is unset. - name: Trigger Arcane deployment - if: github.event_name == 'push' && github.ref == 'refs/heads/main' + if: github.event_name == 'push' && github.ref == 'refs/heads/master' env: ARCANE_WEBHOOK_URL: ${{ secrets.ARCANE_WEBHOOK_URL }} run: |