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

* Change to check all PR branches.
pull/507/head^2
xuelix 4 years ago committed by GitHub
parent 7de2a488b8
commit e61730c9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save