From b06b775c1c80af51a1183c0e167f9de3b2351a79 Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 3 Jan 2024 13:55:46 +0100 Subject: [PATCH] C.I.: Enable manually run tests on PRs --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad77b5a..19511cf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 on: push: - pull_request_target: - types: [opened, edited, reopened] + workflow_dispatch: jobs: windows: