.github/workflows: run dev checks on main
The codecov comments don't make much sense as there's no reference point currently.
This commit is contained in:
parent
cd70d1ff95
commit
c9e5f9630b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/dev-checks.yml
vendored
2
.github/workflows/dev-checks.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Development checks
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
dev-check:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue