From bd49c323eb50dedc1032869875f517f216a752e7 Mon Sep 17 00:00:00 2001 From: BrittleFoot Date: Sat, 27 Jan 2024 16:52:16 +0400 Subject: [PATCH] master -> main --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073263d..a04c076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,12 +52,6 @@ jobs: - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - id: setup-python - with: - python-version-file: '.python-version' - - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -66,7 +60,7 @@ jobs: - name: Login to ghcr uses: docker/login-action@v3 - if: ${{ github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/main' }} with: registry: ghcr.io username: ${{ github.repository_owner }}