Allow go build workflow for pull requests

This commit is contained in:
Bernhard Froehlich
2022-01-11 12:55:39 +00:00
parent b5fcf8e0bb
commit f0d39401d4

View File

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