Skip to content

Commit 0b811fb

Browse files
committed
Update ci base branch
1 parent 3fc7774 commit 0b811fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: CI
55

66
on:
77
pull_request:
8-
branches: [master, dev]
8+
branches: [kiota/long-term-branch]
99

1010
jobs:
1111
build:

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: ["main"]
16+
branches: ["kiota/long-term-branch"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["main"]
19+
branches: ["kiota/long-term-branch"]
2020
schedule:
2121
- cron: "32 11 * * 6"
2222

0 commit comments

Comments
 (0)