Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Acemany authored Oct 25, 2024
1 parent a006073 commit a34ed74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Update bundles
if: ${{ github.repository == 'acemany/MindustryV4_reforked' }}
if: ${{ github.repository == 'acemany/MindustryV4' }}
run: |
./gradlew updateBundles
Expand All @@ -39,7 +39,7 @@ jobs:
run: ./gradlew tests:test --rerun-tasks --stacktrace

- name: Trigger BE build
if: ${{ github.repository == 'acemany/MindustryV4_reforked' }}
if: ${{ github.repository == 'acemany/MindustryV4' }}
run: |
git clone --depth=1 --branch=master https://github.com/acemany/MindustryV4Builds ../MindustryV4Builds
cd ../MindustryV4Builds
Expand Down

0 comments on commit a34ed74

Please sign in to comment.