From: kosmirror <kos...@us...> - 2025-05-16 17:06:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via d531a815865eae2c1d7794a0d2d09be10836d80d (commit) from b330b2ff5affef7ff4b632947ecbf0c623dc7b1d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d531a815865eae2c1d7794a0d2d09be10836d80d Author: Donald Haase <qu...@ya...> Date: Fri May 16 01:07:50 2025 -0400 Restrict SourceForge sync to main repo Without this restriction, forks will take the same action and attempt to sync to sourceforge as well. I am unfortunately though unaware of how to test these changes prior to merging them. ----------------------------------------------------------------------- Summary of changes: .github/workflows/sourceforge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sourceforge.yml b/.github/workflows/sourceforge.yml index 47d6d61e..ce13b524 100644 --- a/.github/workflows/sourceforge.yml +++ b/.github/workflows/sourceforge.yml @@ -7,6 +7,7 @@ on: jobs: deploy: + if: github.repository == 'KallistiOS/KallistiOS' runs-on: ubuntu-latest steps: hooks/post-receive -- A pseudo Operating System for the Dreamcast. |