ci: disable healthfile gen on PR branches (#115)
This commit is contained in:
parent
a97580963d
commit
0e1d0ed78f
1
.github/workflows/generate.yml
vendored
1
.github/workflows/generate.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push Changes
|
- name: Push Changes
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
|
if: ${{ github.repository == 'catppuccin/userstyles' && github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
commit_message: "chore: generate health files"
|
commit_message: "chore: generate health files"
|
||||||
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user