Skip to content

Commit ec59d58

Browse files
committed
chore(workflows): Remove pull_request filter from security scans
The secret detection and code scanning jobs in the CI pipeline were previously configured to only run on pull_request events. This change removes that filter, ensuring these security scans are executed on all relevant events, providing more comprehensive and continuous security coverage.
1 parent 101795f commit ec59d58

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pr-code-security.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ on:
77
jobs:
88
secret-detection:
99
name: Secret Detection
10-
if: github.event_name == 'pull_request'
1110
uses: prisma/.github/.github/workflows/secret_detection.yml@main
1211
secrets: inherit
1312
code-scanning:
1413
name: Code Scanning
15-
if: github.event_name == 'pull_request'
1614
uses: prisma/.github/.github/workflows/code_scanning.yml@main

0 commit comments

Comments
 (0)