From 5da36c727da3d5d72cb50075c5f524799a0b39af Mon Sep 17 00:00:00 2001 From: Mathieu Dupont Date: Tue, 14 Apr 2026 16:03:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20ensure=20CI=20triggers=20o?= =?UTF-8?q?n=20all=20branches=20and=20pull=20requests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c22d1a..2f43b7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,7 @@ name: Test the examples code for the git lesson -on: push +on: + push: + pull_request: jobs: test: runs-on: ubuntu-latest