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