Skip to content

Commit 50cd5d7

Browse files
ci: run CI on push to master for Codecov baseline (#3365)
Without this, Codecov has no baseline to compare PRs against, causing codecov/project to always fail.
1 parent 25c7209 commit 50cd5d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

33
on:
4+
push:
5+
branches: [master, main]
6+
paths-ignore:
7+
- '**/*.md'
8+
- 'documentation/**'
9+
- '.claude/**'
410
pull_request:
511
branches: [master, main]
612
paths-ignore:

0 commit comments

Comments
 (0)