Skip to content

Commit

Permalink
ci: add necessary input to workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseylin committed Jul 26, 2023
1 parent ac0a7a4 commit 06fc95e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build container images

on:
workflow_dispatch:
inputs:
push-images:
required: true
type: boolean
pull_request:
workflow_call:
inputs:
Expand Down

0 comments on commit 06fc95e

Please sign in to comment.