Skip to content

Commit

Permalink
ci(release): publish nightlies only on config/workflow changes (#954)
Browse files Browse the repository at this point in the history
* ci(release): don't build nightlies on every push

Step conditions (`steps.if`) have been left unchanged in case we want to revert this in the future, so we don’t have to rethink the logic again.

* update

---------

Co-authored-by: Rapha Amorim <[email protected]>
  • Loading branch information
vedantmgoyal9 and raphamorim authored Feb 19, 2025
1 parent f39d11c commit 2d2e67c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
tags:
- 'v*.*.*'
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
- '.github/workflows/release.yml'
- '.goreleaser.yaml'
schedule:
Expand Down

0 comments on commit 2d2e67c

Please sign in to comment.