Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/external-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request_target:
types: [opened, reopened, synchronize]
branches:
- main
- dev/sdk-mod

jobs:
comment-on-pr:
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
Loading