Skip to content

Commit c99d2fe

Browse files
authored
Merge pull request #455 from microsoftgraph/chore/update-workflows-to-use-main
Chore/update workflows to use main
2 parents c8bc952 + 572dcff commit c99d2fe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/policies/msgraph-sdk-python-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ configuration:
4444
# Restrict who can dismiss pull request reviews. boolean
4545
restrictsReviewDismissals: false
4646

47-
- branchNamePattern: master
48-
# This branch pattern applies to the following branches as of 06/12/2023 11:37:28:
49-
# master
47+
- branchNamePattern: main
48+
# This branch pattern applies to the following branches as of 01/12/2024 13:14:28:
49+
# main
5050

5151
# Specifies whether this branch can be deleted. boolean
5252
allowsDeletions: false

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto-merge dependabot updates
22

33
on:
44
pull_request:
5-
branches: [master]
5+
branches: [main]
66

77
permissions:
88
pull-requests: write

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish package to PyPI and create release
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)