From 58c594c0b114088cdb563a7421945b1179129dda Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Mon, 17 Jun 2024 00:16:25 +0300 Subject: [PATCH] [backend] update github actions --- .github/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 6c74f30..82ff8ea 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -2,7 +2,7 @@ name: Build & Deploy Docker Image on: push: tags: - - 'v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?(\.[0-9]+)?' + - v* jobs: build: runs-on: ubuntu-latest