diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index a1281c2aba50657ce892e5e6dd1eb0c713c66f8f..6ab0f0044de6ac0f73a1b2a36b7cd744145bc859 100644 --- a/.github/workflows/ci-it.yaml +++ b/.github/workflows/ci-it.yaml @@ -21,6 +21,8 @@ on: push: branches: - master + tags: + - 'v*' jobs: diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index ca3b087423a87993f089a8573cc210bb742fb7be..effd6f32f7422a9aa5246139886e8dd3b3b7a065 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,13 @@ name: E2E -on: [pull_request] +on: + pull_request: + push: + branches: + - master + tags: + - 'v*' jobs: Single: diff --git a/.github/workflows/istio-mixer-ci.yaml b/.github/workflows/istio-mixer-ci.yaml index d8931259678cefeedc85bebc1db4199a52993feb..cac52c5b29e51ff8799ade5014c5b58f01cfe739 100644 --- a/.github/workflows/istio-mixer-ci.yaml +++ b/.github/workflows/istio-mixer-ci.yaml @@ -16,7 +16,14 @@ name: istio-mixer-ci -on: [pull_request] +on: + pull_request: + push: + branches: + - master + tags: + - 'v*' + env: SCRIPTS_DIR: ./test/e2e-mesh/e2e-istio/scripts LOG_DIR: /tmp/skywalking