From 79470cd78165de626decd326b41a063ad75d3642 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 9 May 2024 22:10:37 +0200 Subject: [PATCH] ajout des pull_request aux test --- .forgejo/workflows/test-html-css.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/test-html-css.yml b/.forgejo/workflows/test-html-css.yml index 02eee96..0e4ad4c 100644 --- a/.forgejo/workflows/test-html-css.yml +++ b/.forgejo/workflows/test-html-css.yml @@ -1,5 +1,7 @@ on: push: + pull_request: + types: [opened, review_requested] jobs: test-html-css: