From 02f31f39eb6b25395c1e6992fb3f9141ef190d7a Mon Sep 17 00:00:00 2001 From: Mikhail Filippov Date: Tue, 16 Jan 2024 14:33:48 +0400 Subject: [PATCH 1/2] Update ci.yml --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30a8db1..6eff073 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: windows: @@ -38,4 +44,4 @@ jobs: if: always() with: name: test-report-macos - path: build/reports/tests/test \ No newline at end of file + path: build/reports/tests/test From 0ff5b34b07b7039718ad8987713678f3c97de2d5 Mon Sep 17 00:00:00 2001 From: Mikhail Filippov Date: Tue, 16 Jan 2024 14:34:56 +0400 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6eff073..16fcb28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: windows: