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 name: CI
on: on:
pull_request:
push: push:
branches: [ master ] branches: [ master ]
workflow_run:
branches-ignore: [ master ]
types: [ requested ]
workflows: [ Fuzzing ]
jobs: jobs:
test: test:
strategy: strategy: