From d09d896edb29f5ed249a14a44d22e2f3e542d434 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 26 Jun 2026 10:38:42 +0800 Subject: [PATCH] test: add on push trigger --- .github/workflows/corpus-update.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/corpus-update.yml b/.github/workflows/corpus-update.yml index 9e15b7d7..9ac5197c 100644 --- a/.github/workflows/corpus-update.yml +++ b/.github/workflows/corpus-update.yml @@ -32,6 +32,9 @@ on: description: "Skip fuzzing; only minimise the existing corpus" type: boolean default: false + push: + branches: + - feat-automatic-corpus-updates env: RISC0_DEV_MODE: "1"