diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ad1c838..f4fe781 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -4,9 +4,7 @@ on: workflow_dispatch: push: branches: - - main - tags: - - 'v*.*.*' # Example: v1.2.3 + - '*' env: BRANCH_NAME: ${{ github.head_ref || github.ref_name }}