Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
BrittleFoot committed Jan 27, 2024
1 parent c0b4e5a commit bd49c32
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 }}
Expand Down

0 comments on commit bd49c32

Please sign in to comment.