From e4d97e977569683f6cfbc2fc3c072a54591c2812 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Tue, 11 Mar 2025 15:37:36 -0300 Subject: [PATCH] chore: add trigger lp build on release published --- .github/workflows/trigger-lp.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/trigger-lp.yml diff --git a/.github/workflows/trigger-lp.yml b/.github/workflows/trigger-lp.yml new file mode 100644 index 00000000..3e33e45c --- /dev/null +++ b/.github/workflows/trigger-lp.yml @@ -0,0 +1,13 @@ +name: Trigger Landing Page Build + +# on: +# release: +# types: [published] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Trigger Landing Page build + run: curl --location --request POST '${{ vars.LP_TRIGGER_DEPLOY_URL }}'