Skip to content

Commit

Permalink
test: run UI workflow only on changes outside of backend apps
Browse files Browse the repository at this point in the history
  • Loading branch information
QAComet committed Dec 5, 2023
1 parent aefff5c commit af7f87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
pull_request:
paths_ignore:
- 'packages/backend/src/apps/**'
workflow_dispatch:

env:
Expand Down

0 comments on commit af7f87a

Please sign in to comment.