ci: add minimal push-trigger repro workflow

This commit is contained in:
Hermes
2026-08-30 10:03:33 -05:00
parent e5dc297a0c
commit 5675993b9d

View File

@@ -0,0 +1,7 @@
name: ping
on: [push]
jobs:
ping:
runs-on: ubuntu-latest
steps:
- run: echo "ping from simple workflow"