Просмотр исходного кода

Allow go build workflow for pull requests

Bernhard Froehlich 3 лет назад
Родитель
Сommit
f0d39401d4
1 измененных файлов с 1 добавлено и 1 удалено
  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: