diff --git a/.github/workflows/deploy-storacha.yml b/.github/workflows/deploy-storacha.yml index 533cd83..2e247cb 100644 --- a/.github/workflows/deploy-storacha.yml +++ b/.github/workflows/deploy-storacha.yml @@ -2,7 +2,7 @@ name: Deploy Storacha on: push: branches: - - 'feat/storacha-skin' + - 'main' jobs: release: name: Release @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: 'feat/storacha-skin' + ref: 'main' - uses: ./.github/actions/pnpm - name: create .env from .env.tpl setting env variables used by `pnpm run pages:build` run: |