[close #415] CI: enable spotbugs for pull request for master or push to master (#532)

Co-authored-by: Jian Zhang <zjsariel@gmail.com>
This commit is contained in:
iosmanthus 2022-03-22 16:46:40 +08:00 committed by GitHub
parent d354ffc99a
commit b5b0545b6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
name: Spotbugs
on: [push]
on:
push:
branches:
- master
pull_request_target:
branches:
- master
jobs:
build: