From 73ef290baf69ec612a734f825217c43cd2e7d7ae Mon Sep 17 00:00:00 2001 From: Wolkenfarmer Date: Sat, 16 Mar 2024 13:37:15 +0100 Subject: [PATCH] #77: add dummy GitHub workflow ci-tests --- .github/workflows/ci-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/ci-tests.yml diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml new file mode 100644 index 00000000..0cf1d656 --- /dev/null +++ b/.github/workflows/ci-tests.yml @@ -0,0 +1,6 @@ +name: CI Tests + +on: + workflow_dispatch: + +jobs: \ No newline at end of file