Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM authored Jan 13, 2025
1 parent e26d835 commit 6235af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
workflow_dispatch:

jobs:
build-and-push:
Expand Down Expand Up @@ -67,4 +68,4 @@ jobs:
username: ${{ vars.VM_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
docker image prune -af
docker image prune -af

0 comments on commit 6235af6

Please sign in to comment.