chore: update config files

Ignore deploy artifacts, auto-generated docs, and reformat solcover skipFiles
This commit is contained in:
2026-05-29 14:06:37 -03:00
parent c5766dc226
commit 96f66f9cec
7 changed files with 27 additions and 5 deletions

View File

@@ -2,9 +2,9 @@ name: Lint
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
concurrency:
group: lint-${{ github.ref }}

View File

@@ -2,9 +2,9 @@ name: Test
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
concurrency:
group: test-${{ github.ref }}