1
0

Modify CI temporarilly to allow testing on fork

This commit is contained in:
Gabriel Freitas
2025-07-07 11:06:49 -03:00
parent 5ffd57492e
commit 7c43f8b82e
4 changed files with 4 additions and 1 deletions

View File

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