From c859241940273164929c6a8465529ec4f6a4337c Mon Sep 17 00:00:00 2001 From: Mikhail Filippov Date: Tue, 16 Jan 2024 13:50:43 +0300 Subject: [PATCH] Update ci.yml (#35) Update GitHub actions configuration. --- .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..16fcb28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: CI -on: [pull_request] +on: + push: + branches: + - master + pull_request: + branches: + - master 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