Skip to content

Commit 8c8ed97

Browse files
Actions trigger only for changes in matching folders
1 parent bcaabd5 commit 8c8ed97

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ios-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: iOS CI
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- ios/**
8+
- .github/workflows/ios-ci.yml
69
pull_request:
710
branches: [main]
11+
paths:
12+
- ios/**
13+
- .github/workflows/ios-ci.yml
814

915
jobs:
1016
ios-build-and-test:

.github/workflows/macos-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ name: macOS CI
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- macos/**
8+
- .github/workflows/macos-ci.yml
69
pull_request:
710
branches: [main]
11+
paths:
12+
- macos/**
13+
- .github/workflows/macos-ci.yml
814

915
jobs:
1016
macos-build-and-test:

0 commit comments

Comments
 (0)