From db2d064675afe1eed832295a7bb5245e76f70b84 Mon Sep 17 00:00:00 2001 From: DimitrisJim Date: Tue, 20 Feb 2024 17:59:38 +0200 Subject: [PATCH] ci: enable wasm lint/build/test on every PR and push to main. --- .github/workflows/wasm-client.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/wasm-client.yml b/.github/workflows/wasm-client.yml index 3709daf37d5..a2a3990ae3e 100644 --- a/.github/workflows/wasm-client.yml +++ b/.github/workflows/wasm-client.yml @@ -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