Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudhartert-db committed Jan 9, 2025
1 parent 23d9c1e commit 23f8cbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL Advanced"

on:
push:
branches: [ "main" ]
branches: [ "dev/sdk-mod" ]
pull_request:
branches: [ "main" ]
branches: [ "dev/sdk-mod" ]
schedule:
- cron: '41 1 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# because the commit is identical, yet we need to perform it to
# seed the build cache.
branches:
- main
- dev/sdk-mod

jobs:
tests:
Expand Down

0 comments on commit 23f8cbf

Please sign in to comment.