Skip to content

Commit

Permalink
Relay versioned workflow fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
beforan committed Jan 24, 2025
1 parent 820bae3 commit 5f55c3d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.relay.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ name: Publish a Relay Dev Release
on:
push:
branches: [main]
paths: [app/Hutch.Relay/**]
paths:
- app/Hutch.Relay/**
- .github/workflows/release.relay.dev.yml

env:
project: ./app/Hutch.Relay
Expand Down

0 comments on commit 5f55c3d

Please sign in to comment.