Skip to content

Commit b6219d3

Browse files
authored
chore: run GitHub actions when it makes sense (#707)
Signed-off-by: Tomás Migone <[email protected]>
1 parent 45ce81e commit b6219d3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name: Run E2E tests
33
on:
44
push:
55
branches: [dev]
6+
paths:
7+
- contracts/**
8+
- config/**
9+
- e2e/**
10+
- cli/**
11+
- tasks/**
12+
- scripts/**
13+
- hardhat.config.ts
614
pull_request: {}
715

816
jobs:

.github/workflows/gre.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Run GRE tests
33
on:
44
push:
55
branches: [dev]
6+
paths:
7+
- gre/**
68
pull_request: {}
79

810
jobs:

0 commit comments

Comments
 (0)