From 21f0359f1bf5a0a05db450d31bb313064d2198e6 Mon Sep 17 00:00:00 2001 From: Vectorized Date: Fri, 5 Apr 2024 17:32:31 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Edit?= =?UTF-8?q?=20ci=20to=20autorun=20tests=20for=20PRs=20(#124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 336499c..a4129e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,13 @@ name: ci on: + pull_request: + branches: [main] + paths: + - '**.sol' + - '**.yml' push: + branches: [main] paths: - '**.sol' - '**.yml'