diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15d4af7..658a8ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,10 @@ name: Lint, Test, Image Build and Chart release on: push: - branches: [ Workflows ] + branches: [ main ] + tags: [ '**' ] + pull_request: + branches: [ main ] jobs: lint: