Skip to content

Commit

Permalink
ci: 🎡 build PRs which target "next" branch
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 8, 2024
1 parent 6172bba commit 9dac25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js CI

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

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 9dac25c

Please sign in to comment.