From 6b5187259cbec17d369f9f723eae8a0439ee89a0 Mon Sep 17 00:00:00 2001 From: xuu Date: Sat, 30 Sep 2023 16:19:41 -0600 Subject: [PATCH] feat: add build info endpoint --- .gitea/workflows/bump.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/bump.yml b/.gitea/workflows/bump.yml index a591401..e6bfa56 100644 --- a/.gitea/workflows/bump.yml +++ b/.gitea/workflows/bump.yml @@ -10,7 +10,11 @@ on: description: 'Pre Release' required: false type: boolean - + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + jobs: test: runs-on: ubuntu-latest