build: allow for release branches

This commit is contained in:
Johannes Millan 2024-11-29 19:10:46 +01:00
parent 795a7abe5f
commit 0335c0e3e8
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
name: Build All & Release
on:
push:
branches: [master, test/git-actions]
branches: [master, release/*, test/git-actions]
tags:
- v*

View file

@ -7,10 +7,10 @@ name: 'CodeQL'
on:
push:
branches: [master]
branches: [master, release/*]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [master, release/*]
schedule:
- cron: '0 3 * * 6'