speed up checks on Pull Request

This commit is contained in:
alexlamsl 2020-09-23 22:07:25 +08:00
parent 305a4bdcee
commit 66625870db

View File

@ -1,8 +1,11 @@
name: CI
on:
pull_request:
push:
branches: [ master ]
workflow_run:
branches-ignore: [ master ]
types: [ requested ]
workflows: [ Fuzzing ]
jobs:
test:
strategy: