We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2819bff commit 3beaed3Copy full SHA for 3beaed3
.github/workflows/ci.yaml
@@ -18,7 +18,7 @@ jobs:
18
- run: npm ci
19
- run: npm run build
20
- name: Deploy
21
- if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' }}
+ if: ${{ github.ref == 'refs/heads/dev' && github.event_name != 'pull_request' && github.repository == 'lyontechhub/lyontechhub.github.io' }}
22
uses: peaceiris/actions-gh-pages@v3
23
with:
24
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments