fix poller action

This commit is contained in:
2025-12-12 18:46:50 +01:00
parent de79aab66c
commit b087e02574
3 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: Build and Push Agent Docker Image name: Build and Push Agent Docker Image
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View File

@@ -1,6 +1,7 @@
name: Build and Push Poller Docker Image name: Build and Push Poller Docker Image
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main

View File

@@ -1,6 +1,7 @@
name: Build and Push Web Docker Image name: Build and Push Web Docker Image
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main