mirror of
https://github.com/pypiserver/pypiserver
synced 2025-02-22 19:19:37 +01:00
chore: finish move to main
(#612)
This commit is contained in:
parent
f3d6dde371
commit
16c9cecdd3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -6,7 +6,6 @@ on:
|
||||
# This will run when any branch or tag is pushed
|
||||
push:
|
||||
branches:
|
||||
- "master" # TODO(tech-debt): remove after switching the default branch
|
||||
- "main"
|
||||
tags:
|
||||
- "v**"
|
||||
|
2
.github/workflows/rt.yml
vendored
2
.github/workflows/rt.yml
vendored
@ -20,7 +20,7 @@ on:
|
||||
jobs:
|
||||
new-tag:
|
||||
# TODO(tech-debt): cleanup after switching the default branch
|
||||
if: ${{ github.ref_name == 'master' || github.ref_name == 'main' }}
|
||||
if: ${{ github.ref_name == 'main' }}
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CHANGE_FILE: CHANGES.rst
|
||||
|
Loading…
Reference in New Issue
Block a user