mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 13:56:16 +00:00
14 lines
251 B
YAML
14 lines
251 B
YAML
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 '${{ secrets.LP_TRIGGER_DEPLOY_URL }}'
|