Browse Source

Allow go build workflow for pull requests

Bernhard Froehlich 3 years ago
parent
commit
f0d39401d4
1 changed files with 1 additions and 1 deletions
  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: