From 663dbc3cc2c2cde31e88a8ddfe7c4a898431ec0a Mon Sep 17 00:00:00 2001 From: brotoskyj Date: Mon, 5 Jan 2026 10:11:50 -0500 Subject: [PATCH] Changed YAML Build File --- .gitea/workflows/loxide_lib.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/loxide_lib.yml b/.gitea/workflows/loxide_lib.yml index a8b5039..8191efb 100644 --- a/.gitea/workflows/loxide_lib.yml +++ b/.gitea/workflows/loxide_lib.yml @@ -2,8 +2,8 @@ name: Build Library run-name: ${{ gitea.actor }} on: push: - branches: - - RustImplementation + branches-ignore: + - master paths: - airlock_libs/**