From 292439fe681915e30d9d6458cf08c84625aa5d70 Mon Sep 17 00:00:00 2001 From: jblu Date: Sat, 25 Jan 2025 12:09:18 -0600 Subject: [PATCH] test act runner --- .gitea/workflows/build.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bc41952..5c014f8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,7 +1,9 @@ name: Build and Deploy docker container -# 'on': -# push: -# branches: main + +on: + push: + branches: main + jobs: build: runs-on: ubuntu-latest