2 Commits

Author SHA1 Message Date
07f31b5cb4 Merge pull request 'Added workflow_dispatch' (#1) from sync-on-demand into main
All checks were successful
nodeJS remote worker / build (push) Successful in 42s
Reviewed-on: #1
2026-03-03 15:40:20 +11:00
8ec327a149 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>
2026-03-03 04:25:01 +11:00

View File

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