Change master -> main in github workflows (#4185)

This commit is contained in:
Gil Forsyth 2021-03-16 10:21:19 -04:00 committed by GitHub
parent 6cbf604deb
commit f1d0af7b75
Failed to generate hash of commit
14 changed files with 28 additions and 28 deletions

View file

@ -3,10 +3,10 @@ name: pytest linux 3.6
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest linux 3.7
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest linux 3.8
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest linux 3.9
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest macos 3.6
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest macos 3.7
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest macos 3.8
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest macos 3.9
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest windows 3.6
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest windows 3.7
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest windows 3.8
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: pytest windows 3.9
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: {{ NAME }} {{ OS_NAME }} {{ PYTHON_VERSION }}
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build:

View file

@ -3,10 +3,10 @@ name: qa linux 3.8
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
build: