From e6b9b76027e28c244d410b273a57da001abb4399 Mon Sep 17 00:00:00 2001 From: Christophe Date: Thu, 21 Dec 2023 18:28:28 +0100 Subject: [PATCH] trigger C.I. --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d75047e..394c4fd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,12 @@ name: ci run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 -on: [push] + +on: + push: + pull_request: + branches: + - main + jobs: windows-latest: runs-on: windows-latest