From d75e23c83df0777e437c7c151f83cb3534a358f0 Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 10 Sep 2025 13:01:37 +0000 Subject: [PATCH] =?UTF-8?q?.github/workflows/test.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..f364084 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,4 @@ +on: + push: + branches: + - main \ No newline at end of file