From 036bb2e0fc2b04ed499e5863c7017f0e4938c39f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Tue, 6 Sep 2022 16:52:39 +0200 Subject: [PATCH] chore: run GitHub actions when it makes sense MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomás Migone --- .github/workflows/e2e.yml | 8 ++++++++ .github/workflows/gre.yml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e381e7906..85864221b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -3,6 +3,14 @@ name: Run E2E tests on: push: branches: [dev] + paths: + - contracts/** + - config/** + - e2e/** + - cli/** + - tasks/** + - scripts/** + - hardhat.config.ts pull_request: {} jobs: diff --git a/.github/workflows/gre.yml b/.github/workflows/gre.yml index 2e5ade371..3a2de02fc 100644 --- a/.github/workflows/gre.yml +++ b/.github/workflows/gre.yml @@ -3,6 +3,8 @@ name: Run GRE tests on: push: branches: [dev] + paths: + - gre/** pull_request: {} jobs: