Skip to content

Commit 9390e0b

Browse files
committed
Update ci.yml
1 parent c0038d6 commit 9390e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
update-shared-version:
8181
needs: compute-version
82-
if: github.ref == 'refs/heads/main'
82+
if: ${{ github.repository == 'LiliaFramework/Lilia' && github.ref == 'refs/heads/main' }}
8383
runs-on: ubuntu-latest
8484
env:
8585
VERSION: ${{ needs.compute-version.outputs.version }}

0 commit comments

Comments
 (0)