chore: update workflows to trigger on push events instead of pull requests
This commit is contained in:
2
.github/workflows/security-pr.yml
vendored
2
.github/workflows/security-pr.yml
vendored
@@ -11,6 +11,8 @@ on:
|
||||
required: false
|
||||
type: string
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
|
||||
concurrency:
|
||||
group: security-pr-${{ github.event.workflow_run.event || github.event_name }}-${{ github.event.workflow_run.head_branch || github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user