From 895241c9bb9108f91391203095c074b5f74a2f7d Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sun, 12 Jan 2025 23:39:16 -0500 Subject: [PATCH] fix branch names Signed-off-by: Xe Iaso --- .gitea/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f38f259..3e3f36c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -2,9 +2,7 @@ name: Gitea Actions CI on: push: - branches: [main] - pull_request: - branches: [main] + branches: [master] jobs: tests: