We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25c2351 commit 1c7e837Copy full SHA for 1c7e837
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
GOOS: ["linux", "darwin", "windows"]
42
GOARCH: ["amd64", "arm64"]
43
runs-on: ubuntu-24.04
44
- if: contains(fromJSON('["push", "workflow_dispatch"]'), github.event_name)
+ if: contains(fromJSON('["push", "workflow_dispatch", "pull_request"]'), github.event_name)
45
steps:
46
- name: checkout
47
id: checkout
@@ -107,9 +107,6 @@ jobs:
107
matrix:
108
109
110
- exclude:
111
- - GOOS: windows
112
- GOARCH: arm64
113
114
# We need to do the `always()` hack here as well since the upstream `create_release` job
115
# needs it and this seems to transitively require that downstream jobs also have a similar
0 commit comments