Skip to content

Commit

Permalink
Try to run the deployment action on the PR branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 10, 2024
1 parent e516123 commit d454da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
branches: [main]
branches: [deploy-contracts-and-app]
paths:
- ".github/workflows/deploy-testnet.yml"
- "contracts/**"
Expand Down

0 comments on commit d454da7

Please sign in to comment.