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.
2 parents 184b991 + e4f46ec commit 10690c8Copy full SHA for 10690c8
1 file changed
.github/workflows/system-tests-backend.yml
@@ -4,7 +4,15 @@ on:
4
push:
5
branches:
6
- main
7
+ paths-ignore:
8
+ - '*android*/**'
9
+ - 'sentry-compose/**'
10
+ - 'sentry-samples/sentry-samples-android/**'
11
pull_request:
12
13
14
15
16
17
concurrency:
18
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments