Skip to content

Commit

Permalink
workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 15, 2024
1 parent 0765e16 commit 81624e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ig-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build IG
name: Build IG and publish

on:
workflow_dispatch:
Expand All @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 81624e2

Please sign in to comment.