Skip to content

Commit

Permalink
chore: addressing PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed Nov 14, 2023
1 parent 688855c commit 6278003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
workflow_dispatch:
pull_request:
paths:
- 'e2e/tests/wasm/grandpa_test.go' # the e2e test itself changes.
- 'e2e/tests/data/**' # modifications to any contracts are made.
- 'e2e/tests/wasm/**' # the e2e tests change.
- 'e2e/tests/wasm/contracts/**' # modifications to any contracts are made.
- 'modules/light-clients/08-wasm/**' # modifications to the 08-wasm module.
- 'modules/core/02-client/**' # modifications to the 02-client module.
- '.github/workflows/e2e-wasm.yaml' # changes to this workflow.
Expand Down

0 comments on commit 6278003

Please sign in to comment.