Skip to content

Commit

Permalink
fix(ci): preview ci should target all under src (#1054)
Browse files Browse the repository at this point in the history
Signed-off-by: Thuan Vo <thvo@redhat.com>
  • Loading branch information
Thuan Vo authored Jun 8, 2023
1 parent 4889b2b commit db0d4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
branches:
- main
paths:
- 'src/app/**'
- 'src/**'
- '!src/test/**'
- 'webpack.*.js'
- 'yarn.lock'
- 'tsconfig.json'
- '!src/test/**'

jobs:
build-preview:
Expand Down

0 comments on commit db0d4cf

Please sign in to comment.