Explorar o código

C.I.: Enable manually run tests on PRs

Christophe hai 1 ano
pai
achega
b06b775c1c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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: