Skip to content

Commit

Permalink
CI: Do not run actions if only docs, json, or svgs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
danngreen committed Sep 16, 2024
1 parent 1e4e75b commit d6b8b77
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_vcv_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ on:
- 'debug-*'
branches:
- main
paths:
- '!**.json'
- '!**.md'
- '!**.svg'


env:
rack-sdk-version: latest
Expand Down

0 comments on commit d6b8b77

Please sign in to comment.