Skip to content

Commit

Permalink
add workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilevos committed Aug 24, 2023
1 parent 3ad65c7 commit 51a24e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- "main"
paths:
- 'frontend/**'
workflow_dispatch:

jobs:
docker:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/server_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths-ignore:
- 'frontend/**'
- 'cmd/photographer/**'
workflow_dispatch:

jobs:
docker:
Expand Down

0 comments on commit 51a24e8

Please sign in to comment.