From 6ba561a9cb40b99dcd3f682757d1b6dcbbb17173 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 21 Jun 2026 18:08:59 +0200 Subject: [PATCH] sorting --- .github/workflows/desktop-build.yml | 22 +++++++++++----------- .github/workflows/docker-release.yml | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 8b4839119..3c55adb99 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -7,6 +7,17 @@ permissions: id-token: write # needed for signing certificate in attestation on: + pull_request: + paths: + - '*/**' # matches all files not in root + - '!**.md' + - '!.github/**' + - '!.tx/**' + - '!doc/**' + - '.github/workflows/desktop-build.yml' + - 'CMakeLists.txt' + - 'vcpkg.json' + - 'vcpkg' # needed to match submodule bumps (gitlink) push: branches: - master @@ -22,17 +33,6 @@ on: - 'vcpkg' # needed to match submodule bumps (gitlink) tags: - '*' - pull_request: - paths: - - '*/**' # matches all files not in root - - '!**.md' - - '!.github/**' - - '!.tx/**' - - '!doc/**' - - '.github/workflows/desktop-build.yml' - - 'CMakeLists.txt' - - 'vcpkg.json' - - 'vcpkg' # needed to match submodule bumps (gitlink) # Cancel earlier, unfinished runs of this workflow on the same branch (unless on release) concurrency: diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index b479322d0..9c65e345b 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -5,15 +5,15 @@ permissions: packages: write on: - push: - branches: - - master pull_request: branches: - master paths: - '.github/workflows/docker-release.yml' - 'Dockerfile' + push: + branches: + - master release: types: - released # publishing of stable releases