From a5ce9d19778c4555a5a2dc150d0ce850d69c5436 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Thu, 12 Jun 2025 20:49:01 -0400 Subject: [PATCH] Fixing ci pipeline for real this time --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 478e74c..c0ca221 100755 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -2,9 +2,9 @@ name: Skyweave Test & Lint Ritual on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] jobs: test-and-lint: