diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 911910e..a5998a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,11 @@ name: CI on: pull_request: push: - branches: [main] - tags: ['*'] + branches: + - '**' + - '!dependabot/**' + tags: + - '**' jobs: license: name: Audit licenses