Skip to content

fix: sonarqube, housekeeping #108

fix: sonarqube, housekeeping

fix: sonarqube, housekeeping #108

Workflow file for this run

name: Build
# run the vanilla build pipeline on commits to feature branches, or PRs on master
on:
push:
branches:
- "*"
pull_request:
branches: [ master ]
jobs:
call-reusable:
uses: ./.github/workflows/reusable_build.yml
secrets: inherit