Skip to content

Commit 222ac2a

Browse files
committed
Prevent CI-Fuzz run against master (3.0)
1 parent 8bda625 commit 222ac2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cifuzz.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: CIFuzz
2-
on: [pull_request]
3-
2+
on:
3+
pull_request:
4+
branches: # Only works for 2.x, due package renaming in 3.0 (master)
5+
- "2.18"
46
permissions:
57
contents: read
6-
78
concurrency:
89
group: ${{ github.workflow }} @ ${{ github.ref }}
910
cancel-in-progress: true
10-
1111
jobs:
1212
Fuzzing:
1313
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)