diff --git a/.github/workflows/ci-jobs.yml b/.github/workflows/ci-jobs.yml index 4d823d8..116bf9a 100644 --- a/.github/workflows/ci-jobs.yml +++ b/.github/workflows/ci-jobs.yml @@ -2,9 +2,9 @@ name: Compile and Test on: push: - branches: [ main ] + branches: [ * ] pull_request: - branches: [ main ] + branches: [ * ] jobs: check: