Skip to content

Commit

Permalink
chore: 🧺 Exclude unraid template from triggering semantic releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JamsRepos committed May 3, 2024
1 parent e956c28 commit 08840b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- "**/latest"
- "**/CHANGELOG.md"
- "**/CHANGELOG-beta.md"
- "**/unraid.xml"
- "./scripts/**"
- "./release.config.cjs"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- "**/latest"
- "**/CHANGELOG.md"
- "**/CHANGELOG-beta.md"
- "**/unraid.xml"
- "./scripts/**"
- "./release.config.cjs"
workflow_dispatch: {}
Expand Down

0 comments on commit 08840b9

Please sign in to comment.