Skip to content

Commit f10a232

Browse files
authored
Enable cross-compilation builds on PRs (#423)
1 parent ebaf806 commit f10a232

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: build
2-
on: push
2+
on:
3+
push:
4+
pull_request:
35
jobs:
46
cross-compile-supported:
57
strategy:

0 commit comments

Comments
 (0)