Skip to content

Commit

Permalink
added workflow event dispatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
pa-ssch authored Jan 11, 2025
1 parent 29df47d commit f0160a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths: 'Frontend/**'

workflow_dispatch:
jobs:
build:
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- 'main'
paths: 'Frontend/**'

workflow_dispatch:
jobs:
publish:
defaults:
Expand Down

0 comments on commit f0160a7

Please sign in to comment.