Skip to content

Commit

Permalink
Rename master to main + attempt at fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
dblanchette committed Nov 8, 2021
1 parent 614c45c commit f0ff132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build
on:
push:
branches:
- master
- main
tags:
- "*"
jobs:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Latest
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit f0ff132

Please sign in to comment.