mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-08-31 03:01:14 +00:00
Fix: Enable push trigger for probe
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user