Changed git-secrets check to check all PR branches. (#521)

* Change to check all PR branches.
This commit is contained in:
xuelix 2021-03-05 21:59:28 +00:00 committed by GitHub
parent 7de2a488b8
commit e61730c9b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
name: CI Checks
on:
push:
branches: ["**"]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
git-secrets: