Fix: Enable push trigger for probe
This commit is contained in:
parent
4310e3ec6c
commit
373cc6ceda
4
.github/workflows/probe.yml
vendored
4
.github/workflows/probe.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user