From ddc4e4afde682e0c92af8c5bf1f7c33c42302b0d Mon Sep 17 00:00:00 2001 From: Vitaliy X <42241093+mrz1703@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:44:55 +0300 Subject: [PATCH] Update GH Action (#110) --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84a6267..57821ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,7 +3,11 @@ on: pull_request: push: branches: + - main - master + - releases-v* + tags: + - v* jobs: tests: