Fix: Enable push trigger for probe

This commit is contained in:
iotux 2025-12-28 07:00:41 +01:00
parent 4310e3ec6c
commit 373cc6ceda

View File

@ -1,6 +1,8 @@
name: CI Probe
on: [workflow_dispatch] # Allows you to manually click "Run" in the UI
on:
push:
workflow_dispatch:
jobs:
investigate: