From a3b6e1f4a17e835b3b9ba64563e4d2754418c1e2 Mon Sep 17 00:00:00 2001 From: ishida Date: Thu, 20 Apr 2023 02:08:39 +0800 Subject: [PATCH] adjust workflow --- .github/workflows/nextjs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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