Skip to content

Commit

Permalink
Ensure build workflow runs on PRs from forks
Browse files Browse the repository at this point in the history
Previously we were only running them for branches on this repo
  • Loading branch information
exekias committed Oct 6, 2023
1 parent 8f7ac17 commit fbf8837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push]
on: [push, pull_request]
jobs:
test:
name: test (postgres ${{ matrix.pgVersion }})
Expand Down

0 comments on commit fbf8837

Please sign in to comment.