Skip to content

Commit

Permalink
chore: Enable CI for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 3, 2024
1 parent 0134a95 commit 29ba3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: ci
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: examples
on: [push]
on: [push, pull_request]
jobs:
bun-mysql:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 29ba3f9

Please sign in to comment.