Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/security-code-scanner.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 'MetaMask Security Code Scanner'
name: MetaMask Security Code Scanner

on:
push:
branches: ['master']
branches:
- master
pull_request:
branches: ['master']
branches:
- master
workflow_dispatch:

jobs:
run-security-scan:
Expand Down
Loading