Skip to content

Commit

Permalink
Fixed GitHub CI workflow to build on pull requests
Browse files Browse the repository at this point in the history
Necessary to ensure code reviews are built and verified so we can not be surprised by build failures after changes are approved.
  • Loading branch information
bkuhlmann committed Feb 17, 2025
1 parent ee04699 commit 1e4eb7d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build

on:
push:
branches:
- 'master'
on: [push, pull_request]

jobs:
Build:
Expand Down

0 comments on commit 1e4eb7d

Please sign in to comment.