2
0
Эх сурвалжийг харах

Allow go build workflow for pull requests

Bernhard Froehlich 3 жил өмнө
parent
commit
f0d39401d4

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

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