Skip to content

Commit 04a7432

Browse files
chore(ci): Always run backend system tests on main pushes (JAVA-519)
Keep path filters on pull_request only so Android-only PRs skip the job, but every merge to main still runs backend system tests. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e4f46ec commit 04a7432

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/system-tests-backend.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- '*android*/**'
9-
- 'sentry-compose/**'
10-
- 'sentry-samples/sentry-samples-android/**'
117
pull_request:
128
paths-ignore:
139
- '*android*/**'

0 commit comments

Comments
 (0)