Browse Source

C.I.: Enable manually run tests on PRs

Christophe 1 year ago
parent
commit
b06b775c1c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/ci.yml

+ 1 - 2
.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: