We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2299e52 commit 9e42d25Copy full SHA for 9e42d25
.github/file-filters.yml
@@ -77,6 +77,13 @@ run_benchmarking_for_prs: &run_benchmarking_for_prs
77
- ".github/workflows/benchmarking.yml"
78
- ".github/workflows/build-xcframework-variant-slices.yml"
79
- ".github/workflows/assemble-xcframework-variant.yml"
80
+ - ".github/file-filters.yml"
81
+
82
+ # Scripts
83
+ - "scripts/ci-select-xcode.sh"
84
+ - "scripts/ci-diagnostics.sh"
85
+ - "scripts/build-xcframework-slice.sh"
86
+ - "scripts/assemble-xcframework.sh"
87
88
# Project files
89
- "Samples/iOS-Swift/iOS-Swift.yml"
0 commit comments