From e4dd44d58401229067718195b882796ff183b739 Mon Sep 17 00:00:00 2001 From: christophe Date: Fri, 22 Dec 2023 12:17:17 +0100 Subject: [PATCH] Trying to make sure external contributor trigger C.I. --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dced891b..e88ac1af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,10 @@ name: ci run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: [push] +on: + push: + pull_request: + types: [opened] jobs: windows-latest: