From 79a84fd255de8a73f62f30c28e1c5d69ee4d98e3 Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Tue, 27 May 2025 12:52:00 +0200 Subject: [PATCH] ci: update branch names in CI workflow configuration --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1af0eb6..1e94a7a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI/CD Pipeline on: push: - branches: [main, develop] + branches: [main, master] pull_request: - branches: [main, develop] + branches: [main, master] jobs: lint-and-test: