Skip to content

Commit

Permalink
ci: don't build dependabot prs
Browse files Browse the repository at this point in the history
* this also only build PRs, pushes to main and tags.
  • Loading branch information
soopyc committed Jul 9, 2024
1 parent 6c77c7b commit 8a2195f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a2195f

Please sign in to comment.