ci: Add GitHub CI trigger on pull_request to master branch (#2248)

This commit is contained in:
brotherlu-xcq 2021-06-23 13:45:27 +08:00 committed by GitHub
parent 627b319bb4
commit 3997f0e0d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
name: Sentinel CI
on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build: