Skip to content

Commit

Permalink
run ios lint only when neccessary
Browse files Browse the repository at this point in the history
  • Loading branch information
karkakol committed Jul 4, 2024
1 parent b00adc6 commit a52e4d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ios_lint_test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Ios lint & tests
on: [push]
on:
pull_request:
paths:
- packages/ios-client/**

jobs:
lint:
Expand Down

0 comments on commit a52e4d6

Please sign in to comment.