diff --git a/.github/workflows/terraform_test_deploy.yml b/.github/workflows/terraform_test_deploy.yml index 8b61f0a4..9340f051 100644 --- a/.github/workflows/terraform_test_deploy.yml +++ b/.github/workflows/terraform_test_deploy.yml @@ -4,14 +4,17 @@ on: branches: ["*"] tags: - "v*.*.*" + pull_request: + branches: + - '**' + paths: + - 'frontend/charm/**' + - 'backend/charm/**' # pull_request_review: # on: # pull_request_review: # types: # - submitted - pull_request: - branches: - - '**' # paths: # - 'frontend/charm/**' # - 'backend/charm/**'