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: