Skip to content

Commit 8f9bbae

Browse files
committed
ci: various workflow changes
Signed-off-by: Sanskar Jaiswal <[email protected]>
1 parent 284e2a0 commit 8f9bbae

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/cifuzz.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: fuzz
22
on:
33
pull_request:
4-
branches:
5-
- main
4+
branches: [ 'main', 'release/**' ]
65

76
permissions:
87
contents: read # for actions/checkout to fetch code

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
inputs:
88
tag:
99
description: 'image tag prefix'
10-
default: 'rc'
10+
default: 'preview'
1111
required: true
1212

1313
permissions:

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: scan
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main', 'release/**' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 'main', 'release/**' ]
88
schedule:
99
- cron: '18 10 * * 3'
1010

0 commit comments

Comments
 (0)