Skip to content

Commit

Permalink
Prevent CI-Fuzz run against master (3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 6, 2024
1 parent 8bda625 commit 222ac2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CIFuzz
on: [pull_request]

on:
pull_request:
branches: # Only works for 2.x, due package renaming in 3.0 (master)
- "2.18"
permissions:
contents: read

concurrency:
group: ${{ github.workflow }} @ ${{ github.ref }}
cancel-in-progress: true

jobs:
Fuzzing:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 222ac2a

Please sign in to comment.