From 24a801472da2bf14c2584c4eb3404220d4157c3f Mon Sep 17 00:00:00 2001 From: Dragos Carp Date: Mon, 16 Oct 2023 18:08:55 +0200 Subject: [PATCH] Enable github actions --- .github/workflows/main.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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]