Skip to content

Commit

Permalink
ICU-22814 Run CIFuzz on PR
Browse files Browse the repository at this point in the history
CIFuzz ran on post merged since 7/20
https://github.com/unicode-org/icu/actions/workflows/cifuzz.yml

Turn to run on every PR
  • Loading branch information
FrankYFTang committed Sep 11, 2024
1 parent 9270216 commit 6b00ed5
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
name: CIFuzz
on:
# comments out triggerin on PR for now
# pull_request:
# paths:
# - '**.c'
# - '**.cc'
# - '**.cpp'
# - '**.cxx'
# - '**.h'
# Only trigger by post merge for now.
pull_request:
branches: '**'
paths:
- '**.c'
- '**.cc'
- '**.cpp'
- '**.cxx'
- '**.h'
- '.github/workflows/**'
push:
branches:
- main
- 'maint/maint*'
paths:
- '**.c'
- '**.cc'
- '**.cpp'
- '**.cxx'
- '**.h'
- '.github/workflows/**'
workflow_dispatch:
permissions: {}
jobs:
Fuzzing:
Expand Down

0 comments on commit 6b00ed5

Please sign in to comment.