Forráskód Böngészése

Trying to make sure external contributor trigger C.I.

christophe 2 éve
szülő
commit
e4dd44d584
1 módosított fájl, 4 hozzáadás és 1 törlés
  1. 4 1
      .github/workflows/ci.yml

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