We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c0637 commit 21c077aCopy full SHA for 21c077a
.github/workflows/build-and-deploy.yml
@@ -70,7 +70,7 @@ jobs:
70
deploy:
71
name: Deploy to GitHub pages
72
# Do not run this unless *pushing* to `master`.
73
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'gbdev/gb-asm-tutorial'
74
environment:
75
name: github-pages
76
url: ${{ steps.deployment.outputs.page_url }}
@@ -79,4 +79,4 @@ jobs:
79
steps:
80
- name: Deploy to GitHub Pages
81
id: deployment
82
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments