change: trigger github actions on push and pull_request

This commit is contained in:
debugtalk
2020-06-29 17:16:51 +08:00
parent 3852849bc1
commit bda1b67da7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: unittest
on: [push]
on: [push, pull_request]
jobs:
unittest: