9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-30 20:39:21 +00:00

Fix condition

This commit is contained in:
Dreeam
2025-12-13 15:53:02 -05:00
parent 1deec3b1ab
commit f1a8a68e5d
4 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ on:
jobs:
build:
# Run workflow only on main repo
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
if: ${{ github.repository == 'Winds-Studio/Leaf' }}
runs-on: ubuntu-latest
env:
BUILD_NUMBER: ${{ github.run_number }}