From 385ee9b1cc6cfdbfb6057b195763286fc469bd5b Mon Sep 17 00:00:00 2001 From: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:28:50 +0200 Subject: [PATCH] ci: up to date push and pull_request (#6) Reviewed-on: https://dev.unebaguette.fr/vexahub/voprf-vx/pulls/6 Co-authored-by: UneBaguette <28904802+UneBaguette@users.noreply.github.com> Co-committed-by: UneBaguette <28904802+UneBaguette@users.noreply.github.com> --- .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 caf0ba4..16dfec2 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -1,6 +1,11 @@ name: Rust CI -on: [ push, pull_request ] +on: + push: + branches: + - master + pull_request: + types: [opened, reopened, synchronize] concurrency: group: ci-${{ gitea.ref }}