From c802c76ace2da526c8149f27878b2dd15a365e56 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Fri, 29 Dec 2023 21:11:14 +0600 Subject: [PATCH] Test CI --- .github/workflows/publish.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2c5829d..fdbac74 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -1,8 +1,11 @@ name: Publish Workflow on: + pull_request: + branches: + - main push: - tags: - - v* + branches: + - main jobs: publish: name: Publish library