Skip to content

Commit

Permalink
Update ci.yml (#35)
Browse files Browse the repository at this point in the history
Update GitHub actions configuration.
  • Loading branch information
mfilippov committed Jan 16, 2024
1 parent 9daa109 commit c859241
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
windows:
Expand Down Expand Up @@ -38,4 +44,4 @@ jobs:
if: always()
with:
name: test-report-macos
path: build/reports/tests/test
path: build/reports/tests/test

0 comments on commit c859241

Please sign in to comment.