Skip to content

Commit

Permalink
Enable cross-compilation builds on PRs (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
nshalman committed Jan 20, 2022
1 parent ebaf806 commit f10a232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
@@ -1,5 +1,7 @@
name: build
on: push
on:
push:
pull_request:
jobs:
cross-compile-supported:
strategy:
Expand Down

0 comments on commit f10a232

Please sign in to comment.