chore: tighten ci runs
This commit is contained in:
parent
5cc64fa1ad
commit
3a30a3cd26
|
@ -3,9 +3,23 @@ name: CI
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths:
|
||||
- '**.sol'
|
||||
- 'scripts/**.ts'
|
||||
- 'test/**.ts'
|
||||
- 'hardhat.config.ts'
|
||||
- 'package.json'
|
||||
- '.github/workflows/ci.yml'
|
||||
|
||||
pull_request:
|
||||
branches: [master]
|
||||
paths:
|
||||
- '**.sol'
|
||||
- 'scripts/**.ts'
|
||||
- 'test/**.ts'
|
||||
- 'hardhat.config.ts'
|
||||
- 'package.json'
|
||||
- '.github/workflows/ci.yml'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in New Issue