From 40687ee9b28d61416874b434750d969cc5d5fe41 Mon Sep 17 00:00:00 2001 From: Andriy Zahornyak Date: Wed, 11 Sep 2024 18:41:08 +0300 Subject: [PATCH] add ignore tests on push to main --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcb6c8..44f368a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,10 @@ name: Tests run-name: ${{ github.actor }} requested tests of action on: - - push - - workflow_dispatch + push: + branches-ignore: + - main + workflow_dispatch: jobs: tests: