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
on:
push:
pull_request:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build: