Skip to content

Commit

Permalink
fix: perform releases when migrations change
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Jan 23, 2024
1 parent ba14b96 commit 35d574e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/event_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
- uses: actions/checkout@v3
- uses: WalletConnect/actions/github/paths-filter/@2.2.1
id: filter
with:
path-app: . # release when migrations change
outputs:
infra: ${{ steps.filter.outputs.infra }}
app: ${{ steps.filter.outputs.app }}
Expand Down

0 comments on commit 35d574e

Please sign in to comment.