Add workflow_dispatch trigger to Docker workflow

This commit is contained in:
Stone_Red
2025-12-30 18:28:21 +01:00
committed by GitHub
parent 7683707f83
commit c7e623616c
+1
View File
@@ -1,6 +1,7 @@
name: Build and Push Docker Worker Image name: Build and Push Docker Worker Image
on: on:
workflow_dispatch:
push: push:
paths: paths:
- 'src/RemoteExec.Worker/**' - 'src/RemoteExec.Worker/**'