WORKFLOW: tentative solution for PRs - try#8 [skip ci]

This commit is contained in:
XargonWan 2024-08-25 20:56:43 +09:00
parent dac75b31b2
commit de743a3e23

View file

@ -5,17 +5,16 @@ on:
branches:
- cooker*
- feat*
- branch/cooker*
paths:
- '.github/workflows/**'
- 'automation_tools/**'
- 'config/**'
- 'config/es-de/**'
- 'functions/**'
- 'rd-submodules/**'
- '*.sh'
- 'net.retrodeck.retrodeck.yml'
- 'net.retrodeck.retrodeck.appdata.xml'
pull_request_target:
pull_request:
# Italy (CET): 11:00 PM
@ -53,9 +52,7 @@ jobs:
- name: Clone RetroDECK repo
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
ref: ${{ github.sha }}
- name: "Install dependencies"
run: "automation_tools/install_dependencies.sh"