Compare commits

...

3 Commits

Author SHA1 Message Date
29c5174f0a Merge pull request 'dev' (#9) from dev into master
Some checks failed
Publish Docker Image / Build and Publish to Harbor (push) Failing after 18s
Tests / Run Tests (push) Successful in 2m51s
Reviewed-on: #9
2025-10-23 11:25:20 +00:00
Leonid Pershin
b188afd9ab Update workflow to trigger on 'dev' branch instead of 'develop'
All checks were successful
Tests / Run Tests (push) Successful in 3m10s
Tests / Run Tests (pull_request) Successful in 2m52s
SonarQube / Build and analyze (pull_request) Successful in 3m55s
2025-10-23 09:43:15 +03:00
Leonid Pershin
3e3df20d84 Update build workflow to trigger on pull requests instead of pushes 2025-10-23 09:41:27 +03:00
2 changed files with 2 additions and 3 deletions

View File

@@ -1,9 +1,8 @@
name: SonarQube
on:
push:
pull_request:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:

View File

@@ -3,7 +3,7 @@ on:
push:
branches:
- master
- develop
- dev
pull_request:
types: [opened, synchronize, reopened]