tweak GitHub Actions

This commit is contained in:
alexlamsl 2020-08-05 20:09:14 +08:00
parent a4002ef467
commit ebabe5b5a7
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
name: CI
on: [ push, pull_request ]
on:
pull_request:
push:
branches: [ master ]
jobs:
test:
strategy:

View File

@ -2,7 +2,7 @@ name: Fuzzing
on:
pull_request:
schedule:
- cron: "*/8 * * * *"
- cron: "0,8,15,23,30,38,45,53 * * * *"
jobs:
ufuzz:
strategy: