Skip to content

Commit

Permalink
run tests on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 31, 2024
1 parent 5dd1e3c commit 40aa58a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/Foundry_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
push:
branches:
- main
- test-fixes
paths:
- "TNLS-Gateways/public-gateway/**"
- ".github/workflows/Foundry_tests.yml"
pull_request:
branches:
- main
paths:
- "TNLS-Gateways/public-gateway/**"
- ".github/workflows/Foundry_tests.yml"
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/Relayer_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
push:
branches:
- main
- test-fixes
paths:
- "TNLS-Relayers/**"
- ".github/workflows/Relayer_tests.yml"
pull_request:
branches:
- main
paths:
- "TNLS-Relayers/**"
- ".github/workflows/Relayer_tests.yml"
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/Secret_gateway_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ on:
workflow_dispatch:
push:
branches:
- main
- test-fixes
paths:
- "TNLS-Gateways/secret/**"
- ".github/workflows/Secret_gateway_tests.yml"
pull_request:
branches:
- main
paths:
- "TNLS-Gateways/secret/**"
- ".github/workflows/Secret_gateway_tests.yml"

defaults:
run:
Expand Down

0 comments on commit 40aa58a

Please sign in to comment.