From 46f2e5093d1eabda8a4bed36118305497052cc24 Mon Sep 17 00:00:00 2001 From: xiaohei Date: Wed, 22 Apr 2026 16:31:10 +0800 Subject: [PATCH] ci: add test workflow to check triggering --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..2ce6f7b --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,11 @@ +name: Test Trigger + +on: + push: + branches: [main] + +jobs: + test: + runs-on: mac-runner + steps: + - run: echo "hello world"