Skip to content

Commit

Permalink
Ignore README in tests CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Jan 15, 2025
1 parent 8270187 commit a3b1f0f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ on:
pull_request:
types: [ opened, synchronize ]
paths-ignore:
- '.env.*'
- '**/*.md'
- '**/*.sh'
- '**/*.yml'
- 'fastlane/**'
- "README.md"
- ".env.*"
- "**/*.md"
- "**/*.sh"
- "**/*.yml"
- "fastlane/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit a3b1f0f

Please sign in to comment.