1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-16 23:09:34 +01:00

chore: finish move to main (#612)

This commit is contained in:
Mitja O 2024-10-06 22:43:43 +02:00 committed by GitHub
parent f3d6dde371
commit 16c9cecdd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

@ -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**"

@ -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