Skip to content

Commit

Permalink
ci: ignore deployment on release and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed May 16, 2024
1 parent 3258b28 commit 6331df4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
branches:
- main
- release-v*
paths-ignore:
- '.release-please-manifest.json'
- '**.md'
- 'package.json'
- '.gitignore'
- 'LICENSE'
- '**.test.ts'
- '.github/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6331df4

Please sign in to comment.