Skip to content
Open
7 changes: 6 additions & 1 deletion .github/workflows/gitsecrets.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: GitSecretsScan

on: [push, pull_request]
on:
pull_request:
branches:
- main
- '*.*'
types: [opened, reopened, synchronize]

jobs:
git-secret-check:
Expand Down
Loading
Loading