From 94f315eabe149f85bb385002c1a751796162bb88 Mon Sep 17 00:00:00 2001 From: Bekir Oguz Date: Mon, 30 Sep 2024 14:25:22 +0200 Subject: [PATCH] Refactor CI workflow to trigger on all branches and tags --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 758958c0e..40dcc4871 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,7 @@ name: CI on: - pull_request: - branches: ["master"] push: - branches: ["master"] + branches: ["*"] tags: ["v*"] permissions: