Skip to content

Commit

Permalink
ci: clean up test workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
nsenave committed Jan 26, 2024
1 parent fda2c9a commit f3a3cc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ on:
pull_request:
branches:
- 'v3-main'
- 'v3-next'
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- 'logo/**'
- 'docs/**'
- 'README**.md'
- 'Dockerfile'
- '.github/**'
- '/build.gradle'
# temporary exclude root build.gradle file from test workflow trigger
# todo: externailze the project version somewhere so to not trigger tests for nothing when only project version has changed

jobs:
build:
Expand Down

0 comments on commit f3a3cc4

Please sign in to comment.