From 3c42e6d4f0b8f20f958a7f8329f3addf9e5d65cd Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 1 May 2019 09:47:51 +0200 Subject: [PATCH] Try run check-web-wasm for PRs (#2424) --- substrate/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index b7834bb366..bb1a09b554 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -84,6 +84,7 @@ check-web-wasm: allow_failure: true only: - master + - /^[0-9]+$/ script: # WASM support is in progress. As more and more crates support WASM, we # should add entries here.