From 6d95ac58e4688b2124c611ef2478c4dede0a1798 Mon Sep 17 00:00:00 2001 From: "rete-js[bot]" Date: Tue, 23 Apr 2024 18:55:20 +0000 Subject: [PATCH] ci: secrets --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 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..30f0e52 --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,11 @@ +name: CI + +on: + workflow_dispatch: + pull_request: + branches: [ "main", "beta" ] + +jobs: + ci: + uses: retejs/.github/.github/workflows/ci.yml@main + secrets: inherit