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

Commit

Permalink
Update default branch references
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 26, 2021
1 parent 0aec4ac commit ac11dab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main
- 'releases/**'
- 'stable/**'

jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
# Drafts your next Release notes as Pull Requests are merged into "main"
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "**"
push: # only publishes pushes to the main branch to TestPyPI
branches: # any integration branch but not tag
- "master"
- "main"
pull_request:
release:
types:
Expand Down Expand Up @@ -39,7 +39,8 @@ jobs:
- name: py39
tox_env: py39-2.9,py39-2.10,py39-2.11
PREFIX: PYTEST_REQPASS=3
- tox_env: packaging
- name: packaging
tox_env: packaging

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit ac11dab

Please sign in to comment.