From e5ca973ce698ad0ccd231c645e5c136cdd7c986b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 15 Jul 2026 15:41:00 +0200 Subject: [PATCH] Update the build.yml file to match the new release branch convention --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9428462d..52999e44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,10 +2,10 @@ name: build on: push: - branches: [ dev, rel/* ] + branches: [ dev, release/* ] tags: [ '*' ] pull_request: - branches: [ dev, rel/* ] + branches: [ dev, release/* ] workflow_dispatch: env: @@ -145,7 +145,7 @@ jobs: if: | (github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/heads/dev') || - startsWith(github.ref, 'refs/heads/rel/') || + startsWith(github.ref, 'refs/heads/release/') || startsWith(github.ref, 'refs/tags/')) steps: - name: Download packages