Skip to content

Commit

Permalink
Merge pull request #76 from AAISS/AlirezaYousefpourM-patch-1
Browse files Browse the repository at this point in the history
Add workflow dispatch
  • Loading branch information
AlirezaYousefpourM authored Jan 13, 2025
2 parents e26d835 + 6235af6 commit 370c662
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 370c662

Please sign in to comment.