From 9b1dfdba761e3275d43f2d2247892ef78b70865f Mon Sep 17 00:00:00 2001 From: maximo tejeda Date: Tue, 13 Aug 2024 11:55:03 -0400 Subject: [PATCH] ADD runner to work oin branch master --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 2c9c4ae..3d31a7c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,7 +1,7 @@ name: Ci Actions on: push: - branches: [main] + branches: [master] jobs: # job for testing CI inside code repo checkout: