Skip to content

Commit

Permalink
run CI workflow on pull request too (#83)
Browse files Browse the repository at this point in the history
Only run push events on the `master` branch, but always run pull_request
events.
  • Loading branch information
bgentry authored Nov 29, 2023
1 parent ae36deb commit 357693c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ env:
DATABASE_URL: postgres://postgres:postgres@127.0.0.1:5432/river_dev?sslmode=disable

on:
- push
push:
branches:
- master
pull_request:

jobs:
build_and_test:
Expand Down

0 comments on commit 357693c

Please sign in to comment.