From ba9d4370f7b181cf5858d3f722d1e85711880630 Mon Sep 17 00:00:00 2001 From: japborst Date: Mon, 3 Oct 2022 20:22:13 +0200 Subject: [PATCH] Remove test branch --- .github/workflows/deploy-website.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index c301440607a..336e7ec7b3c 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -2,9 +2,7 @@ name: Update `error-prone.picnic.tech` website content on: pull_request: push: - branches: - - $default-branch] - - japborst/local-builds + branches: [$default-branch] permissions: contents: read id-token: write