chore: update workflows to trigger on push events instead of pull requests

This commit is contained in:
GitHub Actions
2026-02-17 20:38:51 +00:00
parent 72ccd5b4a5
commit 7ffd19fe50
11 changed files with 13 additions and 14 deletions

View File

@@ -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 }}