File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Auto-merge dependabot updates
22
33on :
44 pull_request :
5- branches : [kiota/long-term-branch ]
5+ branches : [master ]
66
77permissions :
88 pull-requests : write
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : ["kiota/long-term-branch" ]
16+ branches : [master, dev ]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : ["kiota/long-term-branch" ]
19+ branches : [master, dev ]
2020 schedule :
2121 - cron : " 32 11 * * 6"
2222
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ name: PullRequestConflicting
66# events but only for the master branch
77on :
88 push :
9- branches : [kiota/long-term-branch ]
9+ branches : [master, dev ]
1010 pull_request :
1111 types : [synchronize]
12- branches : [kiota/long-term-branch ]
12+ branches : [master, dev ]
1313
1414# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1515jobs :
You can’t perform that action at this time.
0 commit comments