Add simple test workflow to verify GitHub Actions recognition

This commit is contained in:
Lea Anthony 2025-07-13 10:58:52 +10:00
commit 9668e348d8

11
.github/workflows/test-simple.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Test Simple
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Hello World"