Edit Github Action to run only on Github
Some checks failed
deploy_gh_pages_mkdocs / deploy (push) Has been cancelled

This commit is contained in:
Stephen Seo 2024-10-29 18:50:18 +09:00
parent 108d4dcbf9
commit b0a50a4a93

View file

@ -7,6 +7,7 @@ permissions:
contents: write
jobs:
deploy:
if: github.repository == 'Stephen-Seo/TurnBasedMinecraftMod'
runs-on: ubuntu-latest
steps:
- name: Get Python and Git