Skip to content

Commit

Permalink
Update deploy-storacha.yml to use the new main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
fforbeck committed Sep 17, 2024
1 parent d0a2208 commit f35f541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-storacha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Storacha
on:
push:
branches:
- 'feat/storacha-skin'
- 'main'
jobs:
release:
name: Release
Expand All @@ -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: |
Expand Down

0 comments on commit f35f541

Please sign in to comment.