Skip to content

Commit

Permalink
ci: trigger codecov on main
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Apr 5, 2024
1 parent 2f92939 commit 821de62
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Codecov

on: [pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, reopened, synchronize]

jobs:
build:
Expand Down

0 comments on commit 821de62

Please sign in to comment.