From 6baa3c2c43a5d3b24ef7d899c777a31087706eff Mon Sep 17 00:00:00 2001 From: Zefir Kirilov Date: Sat, 2 Nov 2024 20:38:33 +0200 Subject: [PATCH] fix CI target branch --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8020dae..1c16cb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] release: types: [published]