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 }}'