mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Update pull-requests_build-check.yml
-recursive submodules -only run on PR for master or nightly branch
This commit is contained in:
parent
89cfbc6bd3
commit
f272b865cd
@ -2,6 +2,7 @@ name: Build test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master, nightly]
|
||||
types: [opened, synchronize, edited, reopened]
|
||||
workflow_dispatch:
|
||||
|
||||
@ -26,7 +27,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
submodules: recursive
|
||||
|
||||
- name: Setup Dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user