Skip to content

Commit

Permalink
Don't run cargo dist plan on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kekonn authored Nov 21, 2024
1 parent e3ad962 commit 9ff7716
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ permissions:
# If there's a prerelease-style suffix to the version, then the release(s)
# will be marked as a prerelease.
on:
pull_request:
# Disable running this on PR. See https://github.com/axodotdev/cargo-dist/pull/1567
#pull_request:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
Expand Down

0 comments on commit 9ff7716

Please sign in to comment.