ci: enable workflows for `release/**` branches
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
fad5a0a143
commit
eae26eedcc
|
@ -2,7 +2,8 @@ name: fuzz
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- "main"
|
||||
- "release/**"
|
||||
|
||||
permissions:
|
||||
contents: read # for actions/checkout to fetch code
|
||||
|
|
|
@ -4,8 +4,8 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- "feature/**"
|
||||
- "main"
|
||||
- "release/**"
|
||||
|
||||
permissions:
|
||||
contents: read # for actions/checkout to fetch code
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
name: scan
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ "main", "release/**" ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches: [ "main", "release/**" ]
|
||||
schedule:
|
||||
- cron: '18 10 * * 3'
|
||||
|
||||
|
|
Loading…
Reference in New Issue