From aebd29eb8c698879b798cfe1fb9ec72c4b58ff6c Mon Sep 17 00:00:00 2001 From: Masaya Suzuki <15100604+massongit@users.noreply.github.com> Date: Fri, 7 Jan 2022 02:30:14 +0900 Subject: [PATCH] CI deploy-Dev run in pull requests from forked repository (#2300) Co-authored-by: Lukas Gravley --- .github/workflows/deploy-DEV-slim.yml | 1 + .github/workflows/deploy-DEV-standard.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index 6a7fcf25..ee0cab42 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -19,6 +19,7 @@ on: push: branches-ignore: [main] + pull_request: ############### # Set the Job # diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index 8f6caae1..28d49301 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -19,6 +19,7 @@ on: push: branches-ignore: [main] + pull_request: ############### # Set the Job #