Create test.yaml

This commit is contained in:
netmindz 2025-02-22 16:41:29 +00:00 committed by GitHub
parent 092d402ff8
commit 2f21de79f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
.github/workflows/test.yaml vendored Normal file
View File

@ -0,0 +1,13 @@
on:
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: wled/WLED-WebInstaller
event-type: release-nightly
token: ${{ secrets.PAT_PUBLIC }}