We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f1ac3 commit ce0d0f0Copy full SHA for ce0d0f0
.github/workflows/deploy-storacha.yml
@@ -2,7 +2,7 @@ name: Deploy Storacha
2
on:
3
push:
4
branches:
5
- - 'feat/storacha-skin'
+ - 'main'
6
jobs:
7
release:
8
name: Release
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v3
15
with:
16
- ref: 'feat/storacha-skin'
+ ref: 'main'
17
- uses: ./.github/actions/pnpm
18
- name: create .env from .env.tpl setting env variables used by `pnpm run pages:build`
19
run: |
0 commit comments