chore: add trigger lp build on release published

This commit is contained in:
Zamitto
2025-03-11 15:37:36 -03:00
parent 1c3a5f4800
commit e4d97e9775

13
.github/workflows/trigger-lp.yml vendored Normal file
View File

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