From e2395744b15a2f6277670fc0face69649bda7458 Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Tue, 23 Jan 2024 21:48:30 +0100 Subject: [PATCH] ci: add create build pipe (#37) --- .github/workflows/create-new-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/create-new-build.yml diff --git a/.github/workflows/create-new-build.yml b/.github/workflows/create-new-build.yml new file mode 100644 index 0000000..1404492 --- /dev/null +++ b/.github/workflows/create-new-build.yml @@ -0,0 +1,9 @@ +name: Create new build + +on: + workflow_dispatch: + +jobs: + build: + uses: onecx/ci-common/.github/workflows/create-new-build.yml@v1 + secrets: inherit