Skip to content

Commit f35f541

Browse files
authored
Update deploy-storacha.yml to use the new main branch
1 parent d0a2208 commit f35f541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-storacha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Storacha
22
on:
33
push:
44
branches:
5-
- 'feat/storacha-skin'
5+
- 'main'
66
jobs:
77
release:
88
name: Release
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
with:
16-
ref: 'feat/storacha-skin'
16+
ref: 'main'
1717
- uses: ./.github/actions/pnpm
1818
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
1919
run: |

0 commit comments

Comments
 (0)