From 3db17fc34b9ac6b63715616f0c57645cdd4ff117 Mon Sep 17 00:00:00 2001 From: sifat009 Date: Thu, 26 Sep 2024 12:26:51 +0600 Subject: [PATCH] update: Updated .yml to deploy when create tag --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 1006f0b8..215b55df 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -1,8 +1,8 @@ name: Build and Deploy to SVN on: push: - branches: - - 91-error-on-wp-66-version + tag: + - "*" jobs: build: runs-on: ubuntu-latest