Skip to content

Commit 4cea416

Browse files
committed
[build]: update deploy job
[deploy] Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent a5e7692 commit 4cea416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
deploy:
1111
# Only continue if the commit message has '[deploy]' in it
12-
if: contains(toJson(github.event.commits), '[deploy]') == true
12+
if: contains(toJson(github.event.commits), '[deploy]') == true || github.event_name == 'workflow_dispatch'
1313
name: Deploy Docker images
1414
runs-on: ubuntu-latest
1515
permissions: write-all

0 commit comments

Comments
 (0)