We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc7774 commit 0b811fbCopy full SHA for 0b811fb
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ name: CI
5
6
on:
7
pull_request:
8
- branches: [master, dev]
+ branches: [kiota/long-term-branch]
9
10
jobs:
11
build:
.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
13
14
15
push:
16
- branches: ["main"]
+ branches: ["kiota/long-term-branch"]
17
18
# The branches below must be a subset of the branches above
19
20
schedule:
21
- cron: "32 11 * * 6"
22
0 commit comments