diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 1fb2276..a63faf8 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -9,7 +9,9 @@ on: push: branches: ["develop"] pull_request: - branches: ["*"] + types: [opened, reopened] + branches: + - '*' # Allows you to run this workflow manually from the Actions tab