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