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