From 42de5c1428a5634c82aebc0b6a244f8352ecf47f Mon Sep 17 00:00:00 2001 From: Grant Birkinbine Date: Mon, 3 Apr 2023 22:41:53 +0100 Subject: [PATCH] Create test.yml --- .github/workflows/test.yml | 9 +++++++++ 1 file changed, 9 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..83d4bc6 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,9 @@ +on: workflow_dispatch + +jobs: + test: + # This job only runs for pull request comments + name: test + runs-on: ubuntu-latest + steps: + - run: echo "test"