From 81624e2bdc19f2afdddebd2e51ddb09eb07d8451 Mon Sep 17 00:00:00 2001 From: oliveregger Date: Wed, 15 May 2024 23:41:55 +0200 Subject: [PATCH] workflow dispatch --- .github/workflows/ig-publish.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ig-publish.yml b/.github/workflows/ig-publish.yml index 0d1a00ff4f..14dfc1b49f 100644 --- a/.github/workflows/ig-publish.yml +++ b/.github/workflows/ig-publish.yml @@ -1,4 +1,4 @@ -name: Build IG +name: Build IG and publish on: workflow_dispatch: @@ -13,9 +13,6 @@ on: required: true default: '1.0.0' type: string - push: - branches: - - '**' # The following jobs are equal for all IGs and can be moved to a common composite-action if 'uses'-support is added, see: # https://github.com/actions/runner/blob/main/docs/adrs/1144-composite-actions.md @@ -25,8 +22,8 @@ jobs: permissions: contents: write env: - orgrepo: "ahdis/ch-ig" - version: "1.0.0" + orgrepo: "${{ github.event.inputs.orgrepo }}" + version: "${{ github.event.inputs.version }}" steps: - name: Build and test with Rake run: |