Run test/cut-release-v0.25.0-updater-test 0.24.13 tauri

This commit is contained in:
Pierre Jacquier
2024-09-03 19:45:12 -04:00
parent f441998f1a
commit 9cfe2c3b3c

View File

@ -5,6 +5,7 @@ on:
push:
branches:
- tauri
- pierremtb/tauri-cut-release-v0.25.0-updater-test
release:
types: [published]
schedule:
@ -13,8 +14,10 @@ on:
# Will checkout the last commit from the default branch (main as of 2023-10-04)
env:
CUT_RELEASE_PR: ${{ github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }}
BUILD_RELEASE: ${{ github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }}
# CUT_RELEASE_PR: ${{ github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }}
CUT_RELEASE_PR: true
# BUILD_RELEASE: ${{ github.event_name == 'release' || github.event_name == 'schedule' || github.event_name == 'pull_request' && (contains(github.event.pull_request.title, 'Cut release v')) }}
BUILD_RELEASE: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}