Create test.yaml

pull/4464/head
netmindz 2025-02-22 16:41:29 +00:00 zatwierdzone przez GitHub
rodzic 092d402ff8
commit 2f21de79f7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 13 dodań i 0 usunięć

13
.github/workflows/test.yaml vendored 100644
Wyświetl plik

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