Skip to content

Commit 4ec088a

Browse files
authored
ci: Trigger version bump util test only on related changes (#5270)
1 parent 64d411a commit 4ec088a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/version-bump-util.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ on:
66
- main
77

88
pull_request:
9+
paths:
10+
- "Utils/VersionBump/**"
11+
- ".github/workflows/version-bump-util.yml"
12+
- "./Sentry.podspec"
13+
- "./Package.swift"
14+
- "./SentryPrivate.podspec"
15+
- "./SentrySwiftUI.podspec"
16+
- "./Sources/Sentry/SentryMeta.m"
17+
- "./Tests/HybridSDKTest/HybridPod.podspec"
18+
- "./Sources/Configuration/SDK.xcconfig"
19+
- "./Sources/Configuration/Versioning.xcconfig"
20+
- "./Sources/Configuration/SentrySwiftUI.xcconfig"
21+
- "./Samples/Shared/Config/Versioning.xcconfig"
922

1023
jobs:
1124
run-version-bump:

0 commit comments

Comments
 (0)