From 2eabf762593c97cc435487894d2b55d5c3c6d9e9 Mon Sep 17 00:00:00 2001 From: surilindur <16085353+surilindur@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:14:59 +0200 Subject: [PATCH] Run the CI on all pushes and pull requests --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b75c77..73ddfc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,8 @@ name: CI on: - push: - branches: - - main - pull_request: + - push + - pull_request concurrency: group: ${{ github.workflow }}-${{ github.ref }}