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 64d411a commit 4ec088aCopy full SHA for 4ec088a
.github/workflows/version-bump-util.yml
@@ -6,6 +6,19 @@ on:
6
- main
7
8
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"
22
23
jobs:
24
run-version-bump:
0 commit comments