From d1879aec02ab2818991f391465db4457cd0b03e3 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 11 Feb 2023 19:32:26 -0800 Subject: [PATCH] Only commit images --- .github/workflows/screenshots.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 7231f0848..2792d16da 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -31,6 +31,7 @@ jobs: author_name: Owncast author_email: owncast@owncast.online message: 'Commit screenshots' + add: '*.png' pull: '--rebase --autostash' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}