Skip to content

Commit

Permalink
add feature and examiner path to ci-cd (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
avni-work authored Dec 16, 2024
1 parent b9c6e0c commit 6ce5572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/strr-ui-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on:
push:
branches:
- main
- feature*
paths:
- "strr-web/**"
- "strr-examiner-web/**"
workflow_dispatch:
inputs:
target:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/strr-ui-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- "strr-web/**"
- "strr-examiner-web/**"
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 6ce5572

Please sign in to comment.