Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit ac11dab

Browse files
committed
Update default branch references
1 parent 0aec4ac commit ac11dab

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88
- 'releases/**'
99
- 'stable/**'
1010

1111
jobs:
1212
update_release_draft:
1313
runs-on: ubuntu-latest
1414
steps:
15-
# Drafts your next Release notes as Pull Requests are merged into "master"
15+
# Drafts your next Release notes as Pull Requests are merged into "main"
1616
- uses: release-drafter/release-drafter@v5
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "**"
77
push: # only publishes pushes to the main branch to TestPyPI
88
branches: # any integration branch but not tag
9-
- "master"
9+
- "main"
1010
pull_request:
1111
release:
1212
types:
@@ -39,7 +39,8 @@ jobs:
3939
- name: py39
4040
tox_env: py39-2.9,py39-2.10,py39-2.11
4141
PREFIX: PYTEST_REQPASS=3
42-
- tox_env: packaging
42+
- name: packaging
43+
tox_env: packaging
4344

4445
steps:
4546
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)