Skip to content

Commit

Permalink
fix: run on next
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <[email protected]>
  • Loading branch information
cre8 committed Mar 15, 2024
1 parent 9ceb126 commit 6e881ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- synchronize
push:
branches:
- main
- next

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6e881ce

Please sign in to comment.