diff --git a/.github/workflows/ci-it.yaml b/.github/workflows/ci-it.yaml index a1281c2ab..6ab0f0044 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 ca3b08742..effd6f32f 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 d89312596..cac52c5b2 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