From 479ea0b1113e61caf44e382d4dcef97d129a6623 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 18 Oct 2023 11:32:32 +0200 Subject: [PATCH] chore: run GitHub CI on all pushes --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5291347..515da88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,6 @@ name: CI -on: - pull_request: - push: - branches: master +on: [ push, pull_request ] env: MSRV: 1.67.1