diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index f00142f..d02a136 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -20,9 +20,7 @@ jobs: - name: Check for changes before building id: image-changes run: | - if [[ ${{ gitea.ref_name }} == ${{ gitea.event.repository.default_branch }} ]]; then - echo changes_detected=true >> $GITEA_OUTPUT - elif git diff ${{ gitea.event.before }} ${{ gitea.sha }} --no-patch --exit-code .docker; then + if git diff ${{ gitea.event.before }} ${{ gitea.sha }} --no-patch --exit-code .docker; then echo changes_detected=true >> $GITEA_OUTPUT else echo changes_detected=false >> $GITEA_OUTPUT diff --git a/gentoo-utils.png b/gentoo-utils.png index 5c55e6d..8782404 100644 Binary files a/gentoo-utils.png and b/gentoo-utils.png differ