Skip to content

Commit

Permalink
feat: add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Feb 12, 2024
1 parent 5dcb80a commit b5303dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'template/apps/api/**'
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- master
paths:
- 'template/apps/web/**'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit b5303dd

Please sign in to comment.