From 8a2195f80221e8aa47087ec12030ca077e1100b0 Mon Sep 17 00:00:00 2001 From: Cassie Cheung Date: Tue, 9 Jul 2024 12:57:42 +0800 Subject: [PATCH] ci: don't build dependabot prs * this also only build PRs, pushes to main and tags. --- .github/workflows/CI.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ccb7b3f..6618a20 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,9 +4,15 @@ on: push: paths-ignore: - "**.md" + branches: + - 'main' + tags: + - 'v*' pull_request: paths-ignore: - "**.md" + branches-ignore: + - 'dependabot/*' jobs: CI: runs-on: ubuntu-latest