diff --git a/.gitea/workflows/lint-test.yaml b/.gitea/workflows/lint-test.yaml index 9e56315..152375d 100644 --- a/.gitea/workflows/lint-test.yaml +++ b/.gitea/workflows/lint-test.yaml @@ -1,6 +1,8 @@ name: lint-and-test-charts -on: pull_request +on: + pull_request: + types: [opened] jobs: lint-test: