Skip to content

Commit

Permalink
ci: enable wasm lint/build/test on every PR and push to main. (#5879)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed Feb 21, 2024
1 parent 87ee739 commit 3fa025a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/wasm-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Wasm Light-Client
# This workflow runs when a PR is opened that targets code that is part of the wasm light-client.
on:
pull_request:
paths:
- '.github/workflows/wasm-client.yml'
- 'modules/light-clients/08-wasm/**'
- 'proto/ibc/lightclients/wasm/**'
push:
branches:
main
permissions:
contents: read

Expand Down

0 comments on commit 3fa025a

Please sign in to comment.