Explorar o código

Trying to make sure external contributor trigger C.I.

christophe %!s(int64=2) %!d(string=hai) anos
pai
achega
e4dd44d584
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .github/workflows/ci.yml

+ 4 - 1
.github/workflows/ci.yml

@@ -1,7 +1,10 @@
 name: ci
 name: ci
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
 
 
-on: [push]
+on: 
+  push:
+  pull_request:
+    types: [opened]
 
 
 jobs:
 jobs:
   windows-latest:
   windows-latest: