Skip to content

Commit

Permalink
Add paths filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mgacy committed Jan 17, 2024
1 parent e5896ba commit e3f3484
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ on:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '**.swift'
- '.github/workflows/tests.yml'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- '**.swift'
- '.github/workflows/tests.yml'

jobs:
unit_tests:
Expand Down

0 comments on commit e3f3484

Please sign in to comment.