rollbar / rollbar-php-laravel

Rollbar error monitoring integration for Laravel projects
https://docs.rollbar.com/docs/laravel
140 stars 39 forks source link

Fixed v2 and v4 scheduled CI checks out master branch #133

Closed danielmorell closed 2 years ago

danielmorell commented 2 years ago

Description of the change

This PR fixes the failing CI on v2 and v4 branches. The reason the scheduled CI has been failing is that the master branch is being checked out. This fixes it so that we are checking out the respective v2 and v4 branches instead.

Type of change

Checklists

Development

Code review