diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 135c77f..298508e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,12 +1,9 @@ name: CI -on: - push: - branches: - - master - pull_request: +on: [push, pull_request] jobs: build: + name: Conformace Tests strategy: matrix: os: [ubuntu-latest, macos-latest]