From 16481cb1005a31f44e096d03c88548add02734e4 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 adfd832e5c3..535471dd974 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 pages: write