Files
hydra/.github/workflows/trigger-lp.yml

15 lines
274 B
YAML

name: Trigger Landing Page Build
# on:
# release:
# types: [published]
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger Landing Page build
run: curl --location --request POST '${{ secrets.LP_TRIGGER_DEPLOY_URL }}'