Skip to content

Commit

Permalink
Merge pull request #126 from microsoft/chore/default-main
Browse files Browse the repository at this point in the history
chore: Use main as default branch
  • Loading branch information
baywet committed Sep 5, 2024
2 parents 260d6f5 + 02bfae0 commit 257a311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource: repository
configuration:
branchProtectionRules:

- branchNamePattern: dev
- branchNamePattern: main
# This branch pattern applies to the following branches as of 06/09/2023 14:08:44:
# dev

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build
on:
workflow_dispatch:
push:
branches: [ main, dev ]
branches: [ main ]
pull_request:
branches: [ main, dev ]
branches: [ main ]

permissions:
contents: read
Expand Down

0 comments on commit 257a311

Please sign in to comment.