CI: run Docker build only on main repository

This commit is contained in:
spiral 2021-08-26 12:05:27 -04:00
parent 8e02bb294a
commit 05989242f9
No known key found for this signature in database
GPG Key ID: A6059F0CA0E1BD31

View File

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
if: github.repository == 'xSke/PluralKit'
steps:
- uses: docker/login-action@v1
with: