We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ce81e commit b6219d3Copy full SHA for b6219d3
.github/workflows/e2e.yml
@@ -3,6 +3,14 @@ name: Run E2E tests
3
on:
4
push:
5
branches: [dev]
6
+ paths:
7
+ - contracts/**
8
+ - config/**
9
+ - e2e/**
10
+ - cli/**
11
+ - tasks/**
12
+ - scripts/**
13
+ - hardhat.config.ts
14
pull_request: {}
15
16
jobs:
.github/workflows/gre.yml
@@ -3,6 +3,8 @@ name: Run GRE tests
+ - gre/**
0 commit comments