Skip to content

Commit

Permalink
fix CI triggers when shared actions are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Jul 5, 2024
1 parent 4f441fd commit 717606b
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 @@ -15,6 +15,7 @@ on:
branches: [development]
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 @@ -4,6 +4,7 @@ on:
pull_request:
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 @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '.github/workflows/ci-typescript.yml'
- '.github/actions/**'
- '**.ts'
- '**.tsx'
- '**.js'
Expand Down

0 comments on commit 717606b

Please sign in to comment.