From: Thomas B Date: Tue, 25 Jun 2024 21:28:01 +0000 (+0200) Subject: Only build on tags 1.6.* X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=767d14a5e4fd4ce70b94c283327f0806b5963333;p=roundcube-roundcubemail-docker.git Only build on tags 1.6.* --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af82707..b2203cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: - 'README.md' - 'examples/**' tags: - - '*' + - '1.6.*' jobs: build-and-testvariants: name: Build image variants and run tests