diff --git a/.gitea/workflows/test-deploy.yml b/.gitea/workflows/test-deploy.yml index 2ea72c08..b0d5194d 100644 --- a/.gitea/workflows/test-deploy.yml +++ b/.gitea/workflows/test-deploy.yml @@ -2,7 +2,8 @@ name: Deploy Test on: pull_request: - branches: '*' + branches: + - main push: branches: - main diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index a9964b72..bbd1d508 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -2,7 +2,8 @@ name: K8s Deploy Test on: pull_request: - branches: '*' + branches: + - main push: branches: '*' paths: diff --git a/.gitea/workflows/test-k8s-deployment-control.yml b/.gitea/workflows/test-k8s-deployment-control.yml index 9ab2526d..3784451b 100644 --- a/.gitea/workflows/test-k8s-deployment-control.yml +++ b/.gitea/workflows/test-k8s-deployment-control.yml @@ -2,7 +2,8 @@ name: K8s Deployment Control Test on: pull_request: - branches: '*' + branches: + - main push: branches: '*' paths: diff --git a/.gitea/workflows/test-webapp.yml b/.gitea/workflows/test-webapp.yml index 99c5138f..8a3a60f9 100644 --- a/.gitea/workflows/test-webapp.yml +++ b/.gitea/workflows/test-webapp.yml @@ -2,7 +2,8 @@ name: Webapp Test on: pull_request: - branches: '*' + branches: + - main push: branches: - main