mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 10:14:02 -05:00
Add workflow dispatch to actions for manual runs
This commit is contained in:
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- development
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
|
||||
|
||||
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- RC
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
|
||||
|
||||
Reference in New Issue
Block a user