Browse Source

Changed to use correct branch name in PR case

pull/7/head
Xueli Xie 4 years ago
parent
commit
50dbe5f751
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

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

Loading…
Cancel
Save