Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Solovev committed Nov 9, 2023
2 parents fa71317 + c85ea53 commit 1170038
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: CI
on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
branches: [ master ]
types: [opened, synchronize, reopened]

jobs:
Expand Down Expand Up @@ -68,4 +67,4 @@ jobs:
with:
args: >
-Dsonar.projectVersion=${{ github.run_id }}
-Dsonar.branch.name=${{ github.ref_name }}
-Dsonar.branch.name=${{ github.ref_name }}

0 comments on commit 1170038

Please sign in to comment.