From c8b56e1f7cb1853db74589a00ac16868062248d0 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 16:29:13 +0100 Subject: [PATCH] ci: run on PR and push to non main branch --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3a04e93..419c4cf 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -2,11 +2,11 @@ name: Build'n check run-name: Performing Typst compilation on: pull_request: - types: - - opened - - synchronize branches: - main + push: + branches-ignore: + - main jobs: run-ci-linux: runs-on: ubuntu-latest