ci: enable workflows for `release/**` branches

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan 2023-07-04 10:55:25 +03:00
parent 4dd70490b2
commit 0f21d59f26
No known key found for this signature in database
GPG Key ID: 3299AEB0E4085BAF
3 changed files with 4 additions and 6 deletions

View File

@ -1,8 +1,7 @@
name: fuzz name: fuzz
on: on:
pull_request: pull_request:
branches: branches: [ 'main', 'release/**' ]
- main
permissions: permissions:
contents: read # for actions/checkout to fetch code contents: read # for actions/checkout to fetch code

View File

@ -2,8 +2,7 @@ name: e2e
on: on:
pull_request: pull_request:
push: push:
branches: branches: [ 'main', 'release/**' ]
- main
permissions: permissions:
contents: read # for actions/checkout to fetch code contents: read # for actions/checkout to fetch code

View File

@ -2,9 +2,9 @@ name: scan
on: on:
push: push:
branches: [ main ] branches: [ 'main', 'release/**' ]
pull_request: pull_request:
branches: [ main ] branches: [ 'main', 'release/**' ]
schedule: schedule:
- cron: '18 10 * * 3' - cron: '18 10 * * 3'