@ -2,7 +2,10 @@
# https://google.github.io/oss-fuzz/getting-started/continuous-integration/
name: CIFuzz
on: [pull_request]
on:
pull_request:
paths-ignore:
- "*.md"
jobs:
Fuzzing:
runs-on: ubuntu-latest
@ -8,9 +8,13 @@ name: "CodeQL"
push:
branches: [0.27-maintenance, main]
# The branches below must be a subset of the branches above
workflow_dispatch:
@ -6,6 +6,8 @@ name: On PRs - Linux-Ubuntu Quick Fuzz
@ -1,6 +1,9 @@
name: On PRs - Linux-Ubuntu Matrix
Linux:
@ -3,6 +3,8 @@ name: On PRs - Linux Special Builds
special_debugRelease:
name: On PRs - Mac Matrix
MacOS:
@ -2,11 +2,15 @@ name: On PRs - Windows Matrix
branches:
- main
tags:
- '!*'
windows:
@ -3,7 +3,11 @@
# PRs, we will test things more intensively :)
# - Only running UnitTests and not regression tests
on: [push]
name: On PUSH - Basic CI for main platforms
@ -6,6 +6,8 @@ on: