Skip to content

Commit

Permalink
chore: run GitHub actions when it makes sense (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás Migone <[email protected]>
  • Loading branch information
tmigone authored Sep 29, 2022
1 parent 45ce81e commit b6219d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/gre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Run GRE tests
on:
push:
branches: [dev]
paths:
- gre/**
pull_request: {}

jobs:
Expand Down

0 comments on commit b6219d3

Please sign in to comment.