Skip to content

Commit

Permalink
chore(website): publish website when contract code changes on main (t…
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Dec 12, 2022
1 parent b5d8180 commit 788e162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- "packages/website/**"
- "packages/protocol/contracts/**"
pull_request:
paths:
- "packages/website/**"
Expand All @@ -22,7 +23,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "16.15"

- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
Expand Down

0 comments on commit 788e162

Please sign in to comment.