This commit is contained in:
maurizio-cacace
2023-04-19 18:16:19 +02:00
parent 0dae4f47c6
commit 1388c07680

View File

@@ -104,7 +104,7 @@ jobs:
release-demoshell: release-demoshell:
needs: [setup] needs: [setup]
timeout-minutes: 15 timeout-minutes: 15
if:github.event.pull_request.merged == true || $GITHUB_BRANCH == 'master' || $GITHUB_BRANCH == 'master-patch-*' if: github.event.pull_request.merged == true || $GITHUB_BRANCH == 'master' || $GITHUB_BRANCH == 'master-patch-*'
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
- name: Checkout repository - name: Checkout repository