mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Change master -> main in github workflows (#4185)
This commit is contained in:
parent
6cbf604deb
commit
f1d0af7b75
14 changed files with 28 additions and 28 deletions
4
.github/workflows/pytest-linux-3.6.yml
vendored
4
.github/workflows/pytest-linux-3.6.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest linux 3.6
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-linux-3.7.yml
vendored
4
.github/workflows/pytest-linux-3.7.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest linux 3.7
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-linux-3.8.yml
vendored
4
.github/workflows/pytest-linux-3.8.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest linux 3.8
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-linux-3.9.yml
vendored
4
.github/workflows/pytest-linux-3.9.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest linux 3.9
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-macos-3.6.yml
vendored
4
.github/workflows/pytest-macos-3.6.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest macos 3.6
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-macos-3.7.yml
vendored
4
.github/workflows/pytest-macos-3.7.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest macos 3.7
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-macos-3.8.yml
vendored
4
.github/workflows/pytest-macos-3.8.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest macos 3.8
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-macos-3.9.yml
vendored
4
.github/workflows/pytest-macos-3.9.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest macos 3.9
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-windows-3.6.yml
vendored
4
.github/workflows/pytest-windows-3.6.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest windows 3.6
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-windows-3.7.yml
vendored
4
.github/workflows/pytest-windows-3.7.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest windows 3.7
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-windows-3.8.yml
vendored
4
.github/workflows/pytest-windows-3.8.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest windows 3.8
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest-windows-3.9.yml
vendored
4
.github/workflows/pytest-windows-3.9.yml
vendored
|
@ -3,10 +3,10 @@ name: pytest windows 3.9
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/pytest.tmpl
vendored
4
.github/workflows/pytest.tmpl
vendored
|
@ -3,10 +3,10 @@ name: {{ NAME }} {{ OS_NAME }} {{ PYTHON_VERSION }}
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
4
.github/workflows/qa-linux-3.8.yml
vendored
4
.github/workflows/qa-linux-3.8.yml
vendored
|
@ -3,10 +3,10 @@ name: qa linux 3.8
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue