From 3a30a3cd2672751f040a5bb721a39ade832aa86f Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Fri, 25 Nov 2022 10:15:21 +0530 Subject: [PATCH] chore: tighten ci runs --- .github/workflows/ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b859288..21310d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: