1
0

Disable update-mod-versions job on forks (#118)

This PR adds a single-line fix to only run the `update-versions` job
when the repo matches 'skyline69/balatro-mod-index'. This will prevent
the workflow from running automatically in all forks.
This commit is contained in:
Efe
2025-03-12 14:34:01 +01:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ on:
jobs:
update-versions:
runs-on: ubuntu-latest
if: github.repository == 'skyline69/balatro-mod-index'
steps:
- name: Checkout repository
uses: actions/checkout@v3