Skip to content

Commit

Permalink
feat: Add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fungiboletus committed Oct 25, 2024
1 parent 9dd1dea commit d8cdc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-backend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and Deploy Backend
on:
workflow_dispatch: {}
push:
branches:
- main
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build-frontend.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Build and Deploy Frontend
on:
workflow_dispatch: {}
push:
branches:
- main
Expand Down

0 comments on commit d8cdc39

Please sign in to comment.