Skip to content

Commit

Permalink
feat(ITSM-105): update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
AVEROMA committed Jul 12, 2024
1 parent 679b359 commit e15d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: pnpm run build

- name: Deploy to Cloudflare Pages
if: github.ref == 'refs/heads/staging'
if: github.ref == 'refs/heads/main'
uses: cloudflare/wrangler-action@v3
env:
projectName: governance-1inch-community
Expand Down

0 comments on commit e15d730

Please sign in to comment.