mirror of
https://github.com/vacp2p/rln-interep-contract.git
synced 2026-01-10 14:18:12 -05:00
chore: tighten ci runs
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user