chore: tighten ci runs

This commit is contained in:
rymnc
2022-11-25 10:15:21 +05:30
parent 5cc64fa1ad
commit 3a30a3cd26

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: