diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index fa9ca12c5..320a25557 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -9,9 +9,14 @@ on: (https://github.com/lhotari/action-upterm/) required: false default: false - pull_request: + push: + tags: + - v* branches: - main + paths: + - "**/*.go" + pull_request: concurrency: group: e2e-${{ github.head_ref || github.ref_name }}