From 27db0bf5badb7dfcfa075ec9a3b77711b7749914 Mon Sep 17 00:00:00 2001 From: Nipun Jain <115658405+Nipun899@users.noreply.github.com> Date: Thu, 11 Jul 2024 23:55:54 +0530 Subject: [PATCH] Create deploy-staging.yml --- .github/workflows/deploy-staging.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/deploy-staging.yml diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml new file mode 100644 index 0000000..dd9f5b4 --- /dev/null +++ b/.github/workflows/deploy-staging.yml @@ -0,0 +1,11 @@ +name: Stage the app + +on: + pull_request: + types: [labeled] + +jobs: + build: + runs-on: ubuntu-latest + + if: contains(github.event.pull_request.labels.*.name, 'stage')