chore: tighten ci runs

This commit is contained in:
rymnc 2022-11-25 10:15:21 +05:30
parent 5cc64fa1ad
commit 3a30a3cd26
No known key found for this signature in database
GPG Key ID: C740033EE3F41EBD
1 changed files with 14 additions and 0 deletions

View File

@ -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: