ci: disable healthfile gen on PR branches (#115)

This commit is contained in:
winston 2023-07-22 21:31:22 +02:00 committed by GitHub
parent a97580963d
commit 0e1d0ed78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ jobs:
- name: Push Changes
uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ github.repository == 'catppuccin/userstyles' && github.ref == 'refs/heads/main' }}
with:
commit_message: "chore: generate health files"
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"