mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-22814 Run CIFuzz on PR
CIFuzz ran on post merged since 7/20 https://github.com/unicode-org/icu/actions/workflows/cifuzz.yml Turn to run on every PR
This commit is contained in:
parent
9270216cb7
commit
6b00ed56d8
1 changed files with 17 additions and 9 deletions
26
.github/workflows/cifuzz.yml
vendored
26
.github/workflows/cifuzz.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue