Skip to content

Commit

Permalink
chore: add workflow_dispatch to security-code-scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
metamaskbot committed Feb 27, 2025
1 parent 179980b commit be89b0b
Showing 1 changed file with 6 additions and 3 deletions.
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: ['main']
branches:
- main
pull_request:
branches: ['main']
branches:
- main
workflow_dispatch:

jobs:
run-security-scan:
Expand Down

0 comments on commit be89b0b

Please sign in to comment.