Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 23, 2024
1 parent cbd7d5c commit c5a348f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@ name: "CodeQL"

on:
push:
branches: [ "develop", "master", "release**/rocm-rel*" ]
branches:
- "develop"
- "master"
- "release**/rocm-rel*"
pull_request:
branches: [ "develop", "master", "release**/rocm-rel*" ]
branches:
- "develop"
- "master"
- "release**/rocm-rel*"
schedule:
- cron: '26 6 * * 0'

Expand Down

0 comments on commit c5a348f

Please sign in to comment.