Skip to content

Commit

Permalink
[build]: update deploy job
Browse files Browse the repository at this point in the history
[deploy]

Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Apr 25, 2024
1 parent a5e7692 commit 4cea416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:
# Only continue if the commit message has '[deploy]' in it
if: contains(toJson(github.event.commits), '[deploy]') == true
if: contains(toJson(github.event.commits), '[deploy]') == true || github.event_name == 'workflow_dispatch'
name: Deploy Docker images
runs-on: ubuntu-latest
permissions: write-all
Expand Down

0 comments on commit 4cea416

Please sign in to comment.