ci: Add GitHub CI trigger on pull_request to master branch (#2248)
This commit is contained in:
parent
627b319bb4
commit
3997f0e0d5
|
|
@ -1,6 +1,10 @@
|
|||
name: Sentinel CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in New Issue