Include protected branches in PR analyses

This commit is contained in:
Marco Gario
2023-12-04 10:24:28 +01:00
committed by GitHub
parent 16ea338f2a
commit d4b398cf2d
+1 -2
View File
@@ -15,8 +15,7 @@ on:
push:
branches: [ $default-branch, $protected-branches ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ $default-branch ]
branches: [ $default-branch, $protected-branches ]
schedule:
- cron: $cron-weekly