From a2aa9b98523cb71048e5a4415adaa641ab332627 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Mon, 18 Mar 2024 18:45:57 +0500 Subject: [PATCH] Avoid duplicated runs on pull requests. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cdc608..78657fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,10 @@ name: Continuous Integration on: - [push, pull_request] + push: + branches: + - main + pull_request: jobs: