Improve workflow triggers to ensure correct run time (#7378)

* Improve workflow triggers to ensure correct run time

* Update ChangeLog
This commit is contained in:
Nick Bolton
2024-07-09 18:50:54 +01:00
committed by GitHub
parent 4b3cb238d7
commit e9557b8c19
5 changed files with 26 additions and 2 deletions

View File

@ -3,6 +3,11 @@ name: "CodeQL Analysis"
on:
workflow_dispatch:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
push:
branches: [master]