Skip to content

Commit

Permalink
Dont deploy the app on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 10, 2024
1 parent 81e6f38 commit e516123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- ".github/workflows/deploy-testnet.yml"
- "contracts/**"
- "frontend/**"
pull_request:
paths:
- ".github/workflows/deploy-testnet.yml"
- "contracts/**"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -60,6 +64,7 @@ jobs:
deploy-app:
name: Deploy the Liquity v2 app to Vercel
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e516123

Please sign in to comment.