Added workflow variables for branches

This commit is contained in:
Christophe H
2022-03-01 16:36:07 +01:00
committed by GitHub
parent c5a70f0405
commit 429537d320
+2 -2
View File
@@ -18,9 +18,9 @@ name: SonarCloud analysis
on:
push:
branches: [ master ]
branches: [ $default-branch, $protected-branches ]
pull_request:
branches: [ master ]
branches: [ $default-branch ]
workflow_dispatch:
jobs: