Skip to content

Commit

Permalink
.sync: Update codeql to run on dev/* branches (#371)
Browse files Browse the repository at this point in the history
Updates `codeql.yml` and `codeql-platform.yml` to run on dev/* branches.
  • Loading branch information
Javagedes authored Sep 23, 2024
1 parent eb24f97 commit d1e4ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .sync/workflows/leaf/codeql-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ on:
branches:
- main
- release/*
- dev/*
pull_request:
branches:
- main
- release/*
- dev/*
paths-ignore:
- '!**.c'
- '!**.h'
Expand Down
2 changes: 2 additions & 0 deletions .sync/workflows/leaf/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ on:
branches:
- main
- release/*
- dev/*
pull_request:
branches:
- main
- release/*
- dev/*
paths-ignore:
- '!**.c'
- '!**.h'
Expand Down

0 comments on commit d1e4ff1

Please sign in to comment.