Skip to content

Commit

Permalink
Enable pr-run-mode="plan"
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasPickering committed Sep 7, 2024
1 parent 0d083aa commit 08fc8ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ permissions:
# If there's a prerelease-style suffix to the version, then the release(s)
# will be marked as a prerelease.
on:
pull_request:
push:
tags:
- '**[0-9]+.[0-9]+.[0-9]+*'
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ serde_json = {version = "1.0.120", default-features = false}
serde_json_path = "0.6.3"
serde_test = "1.0.176"
serde_yaml = {version = "0.9.0", default-features = false}
slumber_cli = {path = "./crates/slumber_cli", version = "2.0.0" }
slumber_config = {path = "./crates/slumber_config", version = "2.0.0" }
slumber_core = {path = "./crates/slumber_core", version = "2.0.0" }
slumber_tui = {path = "./crates/slumber_tui", version = "2.0.0" }
slumber_cli = {path = "./crates/slumber_cli", version = "2.0.0"}
slumber_config = {path = "./crates/slumber_config", version = "2.0.0"}
slumber_core = {path = "./crates/slumber_core", version = "2.0.0"}
slumber_tui = {path = "./crates/slumber_tui", version = "2.0.0"}
strum = {version = "0.26.3", default-features = false}
tokio = {version = "1.39.2", default-features = false}
tracing = "0.1.40"
Expand Down Expand Up @@ -77,7 +77,7 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Which actions to run on pull requests
pr-run-mode = "skip"
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = false
# Path that installers should place binaries in
Expand Down

0 comments on commit 08fc8ba

Please sign in to comment.