https://pvzm.net/ to play [Read-only GitHub mirror] pvzm.net
modded vs pvz plants-vs-zombies plantsvszombies javascript online zombie noads jspvz pvzm game plants plant
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add staging branch to workflow and update deploy command

authored by

Clay and committed by
GitHub
ca538e3a d8b249f2

+2 -1
+2 -1
.github/workflows/main.yml
··· 4 4 push: 5 5 branches: 6 6 - main 7 + - staging 7 8 workflow_dispatch: 8 9 9 10 permissions: ··· 90 91 with: 91 92 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} 92 93 accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} 93 - command: pages deploy . --project-name=pvz --branch=main 94 + command: pages deploy . --project-name=pvz --branch=${{ github.head_ref || github.ref_name }} 94 95 gitHubToken: ${{ secrets.GITHUB_TOKEN }}