Skip to content

Commit

Permalink
chore(trufflehog): removed feature branch from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Sep 17, 2024
1 parent 0e0c715 commit 753bd7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trufflehog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
# separate terms of service, privacy policy, and support
# documentation.

name: "TruffleHog"
name: "TruffleHog - Secret Scanning"

on:
push:
branches: ["main", "chore/feature/trg-8-03-trufflehog"]
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main", "chore/feature/trg-8-03-trufflehog"]
branches: ["main"]
schedule:
- cron: "0 0 * * *" # Once a day
workflow_dispatch:
Expand Down

0 comments on commit 753bd7b

Please sign in to comment.