[ci skip] [github actions] Rename master to main

This commit is contained in:
Oliver Booth 2022-04-30 17:01:01 +01:00
parent 5ad510a688
commit ae52003039
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
5 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@ name: DocFX
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

View File

@ -2,9 +2,9 @@ name: .NET
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
jobs:
build:

View File

@ -3,7 +3,7 @@ name: Publish Nightly
on:
push:
branches:
- master
- main
- develop
jobs:

View File

@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- master
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:

View File

@ -3,7 +3,7 @@ name: Source Validator
on:
push:
branches:
- master
- main
- develop
pull_request:
types: [opened, synchronize, reopened]