From: Nahum Shalman Date: Thu, 20 Jan 2022 02:33:55 +0000 (-0500) Subject: Enable cross-compilation builds on PRs (#423) X-Git-Tag: v1.7.2~127 X-Git-Url: https://go.fuhry.dev/?a=commitdiff_plain;h=f10a2324c32d64c44ce37e82a400900fca2cef5f;p=fsnotify.git Enable cross-compilation builds on PRs (#423) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04d6213..95a74c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,7 @@ name: build -on: push +on: + push: + pull_request: jobs: cross-compile-supported: strategy: