From 6e881ce10fefdea982016a9fa4b748352df8cea3 Mon Sep 17 00:00:00 2001 From: Mirko Mollik Date: Fri, 15 Mar 2024 16:01:41 +0100 Subject: [PATCH] fix: run on next Signed-off-by: Mirko Mollik --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1e6b727..7d9600b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ on: - synchronize push: branches: - - main + - next # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -65,7 +65,7 @@ jobs: publish: # only run on the main branch - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/next' needs: [validate, build] runs-on: ubuntu-latest environment: