Changed to use correct branch name in PR case

This commit is contained in:
Xueli Xie 2021-03-04 11:17:44 -08:00
parent 43152ec6b7
commit 50dbe5f751
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on:
push:
branches: ["**"]
pull_request:
branches: [master]
branches: ["main"]
workflow_dispatch:
jobs:
git-secrets: