Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamVaidya committed Mar 23, 2024
1 parent 28d5620 commit 12f2740
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- uses: dorny/paths-filter@v3
id: filter
with:
base: ${{ github.ref }}
predicate-quantifier: 'every'
filters: |
backend:
- '!app/assets/**'
- '!.github/'
- '!.github/**'
- name: Test Optimization
if: ${{ steps.filter.outputs.backend == 'true' }}
Expand Down

0 comments on commit 12f2740

Please sign in to comment.