Skip to content

Commit

Permalink
improve CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Jul 8, 2024
1 parent ff927d8 commit 58fbe2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '.github/workflows/ci-android.yml'
- '.github/actions/**'
- 'package.json'
- 'yarn.lock'
- 'android/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-ios-tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches: [development]
paths:
- '.github/workflows/ci-ios-tvos.yml'
- '.github/actions/**'
- 'package.json'
- 'yarn.lock'
- 'ios/**'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
branches: [development]
paths:
- '.github/workflows/ci-typescript.yml'
- '.github/actions/**'
- '**.ts'
- '**.tsx'
- '**.js'
Expand Down

0 comments on commit 58fbe2b

Please sign in to comment.