Merge pull request #2676 from Pryaxis/ci_pullrequest_event

Add pull_request event to CI
This commit is contained in:
Lucas Nicodemus 2022-10-05 09:02:01 -07:00 committed by GitHub
commit cb3ff0c2ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: CI(OTAPI3)
on: [push]
on: [push, pull_request]
jobs:
test: