Skip to content

Commit

Permalink
only redeploy modified subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Dec 12, 2024
1 parent 4a823dd commit 8c96cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graph-pools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Pools Subgraphs
on:
push:
branches: main
paths:
- "subgraphs/v3-pools/**"

jobs:
deploy-mainnet:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/graph-vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Deploy Vault Subgraphs
on:
push:
branches: main
paths:
- "subgraphs/v3-vault/**"

jobs:
deploy-mainnet:
Expand Down

0 comments on commit 8c96cda

Please sign in to comment.