Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Sep 30, 2024
1 parent 3ac60ad commit 5d55a29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ios-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
push:
branches: [ main ]
paths:
- 'demo/ios/**'
- '.github/workflows/ios-demos.yml'
- 'demo/ios/**'
- '!demo/ios/README.md'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- 'demo/ios/**'
- '.github/workflows/ios-demos.yml'
- 'demo/ios/**'
- '!demo/ios/README.md'

jobs:
build-completion-demo:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
push:
branches: [ main ]
paths:
- '.github/workflows/ios-local.yml'
- '.github/workflows/ios-tests.yml'
- 'binding/ios/PicoLLMAppTest/**'
- 'resources/.test/**'
pull_request:
branches: [ main, 'v[0-9]+.[0-9]+' ]
paths:
- '.github/workflows/ios-local.yml'
- '.github/workflows/ios-tests.yml'
- 'binding/ios/PicoLLMAppTest/**'
- 'resources/.test/**'

Expand Down

0 comments on commit 5d55a29

Please sign in to comment.