Skip to content

Commit

Permalink
[ci] Limit release workflow to agdb and derive #692 (#693)
Browse files Browse the repository at this point in the history
Update release.yaml
  • Loading branch information
michaelvlach authored Aug 23, 2023
1 parent 26506ff commit 3d7bd27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: release
on:
push:
branches: [main]
paths:
- agdb/**
- agdb_derive/**

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 3d7bd27

Please sign in to comment.