From e31692d238bbfcd8e2b9a29ffe8060d2729e41ea Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Sun, 24 Aug 2025 10:09:35 +0200 Subject: [PATCH] conditionally push to repos, never on PR --- .github/workflows/update_examples.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index c76378738..0e18c23fe 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -55,6 +55,7 @@ jobs: shell: bash - name: Commit changes to raylib repo + if: github.event_name == 'push' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -66,6 +67,7 @@ jobs: shell: bash - name: Push changes to raylib.com repo + if: github.event_name == 'push' run: | cd raylib.com git add -A