mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 08:36:16 +00:00
Only deploy page on main branch
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -534,8 +534,8 @@ jobs:
|
||||
deploy-page:
|
||||
name: Deploy Page
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-page]
|
||||
#if: github.repository_owner == 'momo5502' && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
needs: [build-page, summary]
|
||||
if: github.repository_owner == 'momo5502' && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
|
||||
Reference in New Issue
Block a user