Skip to content

Commit a9d3ca5

Browse files
Skip PR CI for Ports/IOSPort changes (#4282)
Added `Ports/IOSPort/**` to `paths-ignore` in `pr.yml` to prevent the PR workflow from running when only files in the iOS port are modified. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent fc36b02 commit a9d3ca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '**/*.md'
1313
- '.github/workflows/developer-guide-docs.yml'
1414
- 'CodenameOneDesigner/**'
15+
- 'Ports/IOSPort/**'
1516
push:
1617
branches:
1718
- master
@@ -23,6 +24,7 @@ on:
2324
- '**/*.md'
2425
- '.github/workflows/developer-guide-docs.yml'
2526
- 'CodenameOneDesigner/**'
27+
- 'Ports/IOSPort/**'
2628

2729
permissions:
2830
contents: write

0 commit comments

Comments
 (0)