latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 14352356348d8c7352bc30fcda428ef26d7027d2
parent cfe7fc33fd7a7addff5c0c9b88dd58cb0ee62cc2
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 13:11:28 +0900

update PRbuild.yaml

Diffstat:
M.github/workflows/PRbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -2,7 +2,7 @@ name: compile LaTeX when PR update on: pull_request: - types: [opened, edited] + types: [opened, synchronize, ready_for_review] jobs: PRbuild: