]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Enable Docker build for l10n_ branches in CI
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 18 Aug 2025 01:22:36 +0000 (18:22 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Mon, 18 Aug 2025 01:22:36 +0000 (18:22 -0700)
.github/workflows/ci.yml

index e042683deadb0a43f92e42d851e0df5575b550bc..acc36e5b544f06373915dacc7bbc4f440ff72bc5 100644 (file)
@@ -316,7 +316,7 @@ jobs:
   build-docker-image:
     name: Build Docker image for ${{ github.ref_name }}
     runs-on: ubuntu-24.04
-    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || startsWith(github.ref, 'refs/heads/fix-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v'))
+    if: github.event_name == 'push' && (startsWith(github.ref, 'refs/heads/feature-') || startsWith(github.ref, 'refs/heads/fix-') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/beta' || contains(github.ref, 'beta.rc') || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/l10n_'))
     concurrency:
       group: ${{ github.workflow }}-build-docker-image-${{ github.ref_name }}
       cancel-in-progress: true