From bbe07f92b38865af827d5bdd4fc34a68b8004625 Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:52:02 +0200 Subject: [PATCH] Update nextjs.yml --- .github/workflows/nextjs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 839eb05..f292803 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -11,11 +11,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - main # Automatically run on Pull Request pull_request: - main # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -95,4 +93,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file