fix: restrict push branches in workflows to only main
This commit is contained in:
1
.github/workflows/security-pr.yml
vendored
1
.github/workflows/security-pr.yml
vendored
@@ -15,6 +15,7 @@ on:
|
||||
type: string
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user