Skip to content

Commit

Permalink
fix #33: setup builds for pull requests (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Devin Moss <[email protected]>
  • Loading branch information
osdevisnot and dmoss18 authored Mar 8, 2024
1 parent 51803ba commit 824fd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test and Build
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 824fd36

Please sign in to comment.