Skip to content

Commit

Permalink
chore: Update CI workflows to include .yarn folder in paths for front…
Browse files Browse the repository at this point in the history
…end and pull requests
  • Loading branch information
drikusroor committed Jun 26, 2024
1 parent 6311eaf commit 47509d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
paths:
- 'frontend/**'
- '.yarn'
pull_request:
paths:
- 'frontend/**'
- '.yarn'

jobs:

Expand Down

0 comments on commit 47509d7

Please sign in to comment.