Skip to content

Commit 7f65b6e

Browse files
Merge branch 'main' into main
2 parents e067522 + 44fe6a7 commit 7f65b6e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: 'MetaMask Security Code Scanner'
1+
name: MetaMask Security Code Scanner
22

33
on:
44
push:
55
branches:
6-
- 'main'
6+
- main
77
pull_request:
88
branches:
9-
- 'main'
9+
- main
10+
workflow_dispatch:
1011

1112
jobs:
1213
run-security-scan:

0 commit comments

Comments
 (0)