From 1b423defa72eb8d2faa6286a8bc095a7f230ce8b Mon Sep 17 00:00:00 2001 From: Matt C Date: Thu, 30 May 2024 10:41:03 +0100 Subject: [PATCH] tmp: deploy to gh-pages --- .github/workflows/master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9fd6d68dc4..d46872b19c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: branches: - - master + - 1819-search-accessibility-improvements jobs: main: @@ -48,7 +48,7 @@ jobs: run: npx grunt copy:ghPages - name: Deploy to GitHub Pages - if: success() && github.ref == 'refs/heads/master' + if: success() && github.ref == 'refs/heads/1819-search-accessibility-improvements' uses: crazy-max/ghaction-github-pages@v3 with: target_branch: gh-pages