Skip to content

Commit

Permalink
Added workflow_dispatch to ci workflows for manual triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan7934 committed Feb 25, 2024
1 parent cfa65d6 commit 25569fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ "master" ]
paths:
- "backend/**"
workflow_dispatch:

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [ "master" ]
paths:
- "frontend/**"
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 25569fa

Please sign in to comment.