Fix correct branch name in github CI action

This commit is contained in:
Julien Nahum 2023-02-23 19:09:18 +01:00
parent f3a8ca11fe
commit f1c8eeff93
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: laravel
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
jobs: