diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a123a7a..231fea1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,16 @@ name: CI on: - workflow_call: - secrets: - SONAR_TOKEN: - required: true - SNYK_TOKEN: - required: true + push: + branches: [ main ] + pull_request: + types: [opened, synchronize, reopened] + paths-ignore: + - 'README.md' + - 'LICENSE.md' + - '.gitignore' + - 'CODEOWNERS' + - 'renovate.json' + - '.github/' jobs: ci: