Skip to content

Commit

Permalink
ci: set paths for release workflow
Browse files Browse the repository at this point in the history
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c9e9f46..b702c80 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,6 +5,7 @@ permissions:
 on:
   push:
     branches: [main]
+    paths: ['Cargo.toml', 'crates/**', '.github/workflow/release.yml']

 jobs:
   release:
  • Loading branch information
sripwoud committed Jul 23, 2024
1 parent 5ba682f commit 1d5123d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permissions:
on:
push:
branches: [main]
paths: ['Cargo.toml', 'crates/**', '.github/workflow/release.yml']

jobs:
release:
Expand Down

0 comments on commit 1d5123d

Please sign in to comment.