mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: allow for release branches
This commit is contained in:
parent
795a7abe5f
commit
0335c0e3e8
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: Build All & Release
|
||||
on:
|
||||
push:
|
||||
branches: [master, test/git-actions]
|
||||
branches: [master, release/*, test/git-actions]
|
||||
tags:
|
||||
- v*
|
||||
|
||||
|
|
|
|||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue