From 6510b3b5a8fbff8fdcf3cc1f0e8baabb3ea18211 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 27 Apr 2024 19:07:39 +0100 Subject: [PATCH] fix CI --- .github/workflows/ci.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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: