Skip to content

Commit

Permalink
gh-actions make workflow_dispatch arg optional (empty -> false)
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Aug 26, 2020
1 parent d655ed9 commit 4882fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
dispatchDeploy:
description: Deploy if there are changes? ('true')
required: true
required: false
default: 'true'
push:
tags:
Expand Down

0 comments on commit 4882fb1

Please sign in to comment.