Skip to content

Commit 3beaed3

Browse files
committed
fix: ne lancer le déploiement (CI) que sur le compte lyontechhub (#120)
1 parent 2819bff commit 3beaed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: npm ci
1919
- run: npm run build
2020
- name: Deploy
21-
if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' }}
21+
if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' && github.repository == 'lyontechhub/lyontechhub.github.io' }}
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:
2424
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)