Skip to content

Commit

Permalink
fix: run CI when tests are changed
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 23, 2024
1 parent c7f7f01 commit 5605ba2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- uses: actions/checkout@v3
- uses: WalletConnect/actions/github/paths-filter/@2.2.1
id: filter
with:
path-app: . # run CI when tests are changed
outputs:
infra: ${{ steps.filter.outputs.infra }}
app: ${{ steps.filter.outputs.app }}
Expand Down

0 comments on commit 5605ba2

Please sign in to comment.