Added workflow_dispatch
All checks were successful
nodeJS remote worker / build (pull_request) Successful in 48s

This allows one to run the workflow when they want

Signed-off-by: Aster <code@asterfialla.com>
This commit is contained in:
2026-03-03 04:25:01 +11:00
parent ce57d15b29
commit 8ec327a149

View File

@@ -4,6 +4,8 @@ on:
repository: "Pluralflux/Pluralflux"
branches: [main,develop]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest