Update build workflow to trigger on pull requests instead of pushes

This commit is contained in:
Leonid Pershin
2025-10-23 09:41:27 +03:00
parent e54d44b581
commit 3e3df20d84

View File

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