diff --git a/.github/workflows/tencent.yml b/.github/workflows/tencent.yml index 5776fba..674f1cb 100644 --- a/.github/workflows/tencent.yml +++ b/.github/workflows/tencent.yml @@ -89,7 +89,12 @@ jobs: # # 3. Change the values for the TKE_IMAGE_URL, TKE_REGION, TKE_CLUSTER_ID and DEPLOYMENT_NAME environment variables (below) -on: dockerfile +on: + push: + paths: + - 'Dockerfile' + +on: push: branches: [ "android" ]