Skip to content

Commit bab2a89

Browse files
committed
feat: add workflow dispatch
1 parent 3cffe2d commit bab2a89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
workflow_dispatch:
67

78
concurrency:
89
group: ${{ github.workflow }}-${{ github.ref }}
@@ -32,4 +33,4 @@ jobs:
3233
3334
- name: 📤 Push to Docker Hub
3435
run: |
35-
docker push ${{ secrets.DOCKER_USERNAME }}/feed-server:latest
36+
docker push ${{ secrets.DOCKER_USERNAME }}/feed-server:latest

0 commit comments

Comments
 (0)