Skip to content

Commit

Permalink
chore(): Run CI on PRs targeting "next" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed Jan 6, 2021
1 parent 1b0bf5a commit 188bbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI

on:
pull_request:
branches: [master]
branches: [master, next]

jobs:
build-and-test:
Expand Down

0 comments on commit 188bbbd

Please sign in to comment.