Only run on branch master

This commit is contained in:
Stefan Müller 2023-12-29 15:24:18 +01:00
parent 940b459ee5
commit 88fd9a5012

View file

@ -91,6 +91,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
if: github.ref == 'refs/heads/master'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}