Skip to content

Commit

Permalink
Default branch name - main (#261)
Browse files Browse the repository at this point in the history
The default branch name in the repo was renamed from `master` to `main`.

These are a few outstanding references to the old name in GitHub and/or Azure DevOps pipeline jobs.
  • Loading branch information
jthelin authored Oct 7, 2024
1 parent bb0c31b commit bb3208a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [master, ]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
branches: [main]
schedule:
- cron: '0 17 * * 4'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lint Code Base
on:
push:
branches-ignore:
- "master"
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net

trigger:
- master
- main

variables:
solution: "HelloOwin.sln"
Expand Down

0 comments on commit bb3208a

Please sign in to comment.