From 214cb931952649b50c95037c1b608e76bde6f063 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 24 Mar 2023 08:12:21 -0700 Subject: [PATCH] Trigger workflow for tags --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a44bfbda..47bb86a67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,12 +1,16 @@ name: CI on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: {} push: branches: - master - beta - sdk-release/** - feature/** + tags: + - v[0-9]+.[0-9]+.[0-9]+* pull_request: branches: - master @@ -14,9 +18,6 @@ on: - sdk-release/** - feature/** - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - jobs: php-cs-fixer: name: PHP-CS-Fixer