diff --git a/.github/workflows/cifuzz.yaml b/.github/workflows/cifuzz.yaml index 12ec956..34a8892 100644 --- a/.github/workflows/cifuzz.yaml +++ b/.github/workflows/cifuzz.yaml @@ -1,8 +1,7 @@ name: fuzz on: pull_request: - branches: - - main + branches: [ 'main', 'release/**' ] permissions: contents: read # for actions/checkout to fetch code diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 83f388a..03c9e84 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -2,8 +2,7 @@ name: e2e on: pull_request: push: - branches: - - main + branches: [ 'main', 'release/**' ] permissions: contents: read # for actions/checkout to fetch code diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 4b1c0ff..c90272d 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -2,9 +2,9 @@ name: scan on: push: - branches: [ main ] + branches: [ 'main', 'release/**' ] pull_request: - branches: [ main ] + branches: [ 'main', 'release/**' ] schedule: - cron: '18 10 * * 3'