Skip to content

Commit d6cad09

Browse files
committed
Update
1 parent 3b8d4d2 commit d6cad09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/kotlin-multiplatform-gradle-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '.github/workflows/kotlin-multiplatform-gradle-plugin.yml'
1010
- 'sentry-kotlin-multiplatform-gradle-plugin/**'
1111
- 'sentry-samples/**'
12+
- 'buildSrc/src/'
1213
- '!**/*.md'
1314

1415
concurrency:

.github/workflows/kotlin-multiplatform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ on:
99
- '.github/workflows/kotlin-multiplatform.yml'
1010
- 'kotlin-multiplatform/**'
1111
- 'sentry-samples/**'
12+
- 'buildSrc/src/'
1213
- '!**/*.md'
1314

14-
1515
concurrency:
1616
group: ${{ github.workflow }}-${{ github.ref }}
1717
cancel-in-progress: true

0 commit comments

Comments
 (0)