Skip to content

Commit

Permalink
build: add repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation authored Mar 22, 2024
1 parent 6931ca9 commit 8625c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ on:
description: 'Commit Message'
required: true
default: 'update icons'
type: string
type: string
repository_dispatch:
types: [build-and-deploy]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit 8625c5e

Please sign in to comment.