diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 8e1f6e9..58731cb 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -17,7 +17,7 @@ concurrency: jobs: create-tag: - name: Create Tag and Sync Development + name: Create Tag if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/') runs-on: ubuntu-latest timeout-minutes: 10