[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: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
jobs: jobs:
build: build:

View File

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

View File

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

View File

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

View File

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