Uncomment check for master branch again

This commit is contained in:
Stefan Müller 2023-12-29 17:48:56 +01:00
parent 48560eaded
commit 7d5c9ec4bd

View file

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