Merge pull request #9 from xuelix/secret
Git-secrets check on all PR branches
This commit is contained in:
commit
796f78789e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -1,9 +1,7 @@
|
|||||||
name: CI Checks
|
name: CI Checks
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["**"]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
git-secrets:
|
git-secrets:
|
||||||
|
Loading…
Reference in New Issue
Block a user