From 8ba2db8bbc0bf1b109a6dc5e35cbc94ba4cb3b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20R=C3=B3=C5=BCa=C5=84ski?= Date: Wed, 21 Aug 2024 08:47:19 +0200 Subject: [PATCH] run CI on push to main --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e06cda9..6612118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,8 @@ on: pull_request: push: + branches: + - main tags: - 'v*' @@ -90,7 +92,7 @@ jobs: fail-fast: true matrix: os: - - ubuntu-22.04 + - ubuntu-latest - ubuntu-latest-arm-8-cores - macos-13 - [self-hosted, macos, arm64]