From 8d30863f123cf4a876a1a3f2eb82d5da82ea495d Mon Sep 17 00:00:00 2001 From: SinusFox <61253950+SinusFox@users.noreply.github.com> Date: Tue, 24 Sep 2024 17:54:23 +0200 Subject: [PATCH] Automatically run deployment + tests --- .github/workflows/nextjs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index ed74736..68e28a4 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -11,6 +11,9 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: + + # Automatically run on Pull Request + pull_request: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: