From 1619b37138683bcb70388d538a4065bd0bea504e Mon Sep 17 00:00:00 2001 From: OmikronApex <45161725+OmikronApex@users.noreply.github.com> Date: Tue, 7 Jul 2026 18:19:40 +0200 Subject: [PATCH] ci: call the org-wide reusable CI workflow --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..781167c --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,10 @@ +name: ci +on: + push: + branches: [main] + pull_request: + branches: [main] + +jobs: + ci: + uses: got-feedback/.github/.github/workflows/reusable-ci.yml@main