From b6219d378a6b58211163ac2864023cfb76561ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Migone?= Date: Thu, 29 Sep 2022 10:13:46 -0400 Subject: [PATCH] chore: run GitHub actions when it makes sense (#707) 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: