👷 run CI for release branches

pull/2936/head
Niels Lohmann 2021-08-16 15:40:57 +02:00
parent fa5d3b5a9b
commit f1e63a8322
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 4 additions and 3 deletions

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'