Skip to content

Commit 24d4d63

Browse files
committed
Enable Github Actions also for Pull Requests
1 parent 92bcbb9 commit 24d4d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33
on:
44
# For the time being, only build binaries for releases.
55
# Maybe we also want to build for pull requests as soon as this is open-sourced.
6-
# pull_request:
6+
pull_request:
77
push:
88
workflow_dispatch:
99
release:

0 commit comments

Comments
 (0)