We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 284e2a0 + 8f9bbae commit 5e2d4c8Copy full SHA for 5e2d4c8
.github/workflows/cifuzz.yaml
@@ -1,8 +1,7 @@
1
name: fuzz
2
on:
3
pull_request:
4
- branches:
5
- - main
+ branches: [ 'main', 'release/**' ]
6
7
permissions:
8
contents: read # for actions/checkout to fetch code
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
inputs:
tag:
9
description: 'image tag prefix'
10
- default: 'rc'
+ default: 'preview'
11
required: true
12
13
.github/workflows/scan.yml
@@ -2,9 +2,9 @@ name: scan
push:
- branches: [ main ]
schedule:
- cron: '18 10 * * 3'
0 commit comments