From 513d7cfbe080221cc1a309687c5c553eafa7ba8d Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Wed, 12 Jun 2024 22:06:06 +0200 Subject: [PATCH] eh --- .github/workflows/typescript-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typescript-lint.yml b/.github/workflows/typescript-lint.yml index 8f388284..f2652991 100644 --- a/.github/workflows/typescript-lint.yml +++ b/.github/workflows/typescript-lint.yml @@ -1,7 +1,8 @@ name: Cargo lint and test -on: - push +on: push +# on: +# push # branches: [ main ] # pull_request: # branches: [ main ]