Skip to content

Commit 849a2e8

Browse files
authored
Update CI (#410)
1 parent 298519c commit 849a2e8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
- main
66
- release/**
77
pull_request:
8+
paths:
9+
- '.github/workflows/kotlin-multiplatform-gradle-plugin.yml'
10+
- 'sentry-kotlin-multiplatform-gradle-plugin/**'
11+
- 'sentry-samples/**'
12+
- '!**/*.md'
813

914
concurrency:
1015
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/kotlin-multiplatform.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
- main
66
- release/**
77
pull_request:
8+
paths:
9+
- '.github/workflows/kotlin-multiplatform.yml'
10+
- 'kotlin-multiplatform/**'
11+
- 'sentry-samples/**'
12+
- '!**/*.md'
13+
814

915
concurrency:
1016
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)