]> go.fuhry.dev Git - fsnotify.git/commitdiff
Enable cross-compilation builds on PRs (#423)
authorNahum Shalman <nahamu@gmail.com>
Thu, 20 Jan 2022 02:33:55 +0000 (21:33 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Jan 2022 02:33:55 +0000 (21:33 -0500)
.github/workflows/build.yml

index 04d6213bd75f09367d2b7c84a7796c0b9264e568..95a74c5d3514a306f72dd4349e1fff032638db22 100644 (file)
@@ -1,5 +1,7 @@
 name: build
-on: push
+on:
+  push:
+  pull_request:
 jobs:
   cross-compile-supported:
     strategy: