From e2a9bd0fd679eb7b6f83aaffdbd59d05ff3ba524 Mon Sep 17 00:00:00 2001 From: servostar Date: Mon, 25 Nov 2024 10:46:12 +0100 Subject: [PATCH] ci: run checks when creating and synchronizing PRs --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 7211b71..3a04e93 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,7 +1,12 @@ name: Build'n check run-name: Performing Typst compilation on: - push: + pull_request: + types: + - opened + - synchronize + branches: + - main jobs: run-ci-linux: runs-on: ubuntu-latest