👷 run CI for release branches

This commit is contained in:
Niels Lohmann
2021-08-16 15:40:57 +02:00
parent fa5d3b5a9b
commit f1e63a8322

View File

@@ -2,10 +2,11 @@ name: "Code scanning - action"
on:
push:
branches: [develop, ]
branches:
- develop
- master
- release/*
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
schedule:
- cron: '0 19 * * 1'