rollbar / rollbar-react

React features to enhance using Rollbar.js in React Applications
https://docs.rollbar.com/docs/react
MIT License
42 stars 10 forks source link

Fix main branch name to run CI on PR #50

Closed waltjones closed 2 years ago

waltjones commented 2 years ago

Description of the change

I noticed CI didn't trigger on https://github.com/rollbar/rollbar-react/pull/46, and this seems to be caused by a wrong branch name for the main branch. Non-forked branch PRs did run CI, since the push branches rule still worked for those. This problem only became apparent with forked branches that rely on the pull_request branches rule.

Type of change

Development

Code review