Explorar o código

Allow go build workflow for pull requests

Bernhard Froehlich %!s(int64=3) %!d(string=hai) anos
pai
achega
f0d39401d4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/go.yml

+ 1 - 1
.github/workflows/go.yml

@@ -1,5 +1,5 @@
 name: Go
-on: [push]
+on: [push, pull_request]
 jobs:
 
   build: