Skip to content

Commit 8f804b8

Browse files
[Internal] Update workflows to run on the dev/sdk-mod branch (#1118)
## What changes are proposed in this pull request? This PR updates the Github workflows to run on the `dev/sdk-mod` branch. ## How is this tested? Tested by running these workflows on this PR. Integrations tests still need to be adjusted.
1 parent 53d5eda commit 8f804b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL Advanced"
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "dev/sdk-mod" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "dev/sdk-mod" ]
88
schedule:
99
- cron: '41 1 * * 0'
1010

.github/workflows/external-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
pull_request_target:
1010
types: [opened, reopened, synchronize]
1111
branches:
12-
- main
12+
- dev/sdk-mod
1313

1414
jobs:
1515
comment-on-pr:

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# because the commit is identical, yet we need to perform it to
1313
# seed the build cache.
1414
branches:
15-
- main
15+
- dev/sdk-mod
1616

1717
jobs:
1818
tests:

0 commit comments

Comments
 (0)