Ignore various paths in the Publish workflow.
This commit is contained in:
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -3,6 +3,16 @@ name: Publish
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '.**'
|
||||
- 'tests/**'
|
||||
- '*.*-dist'
|
||||
- '*.js'
|
||||
- '*.json'
|
||||
- '*.lock'
|
||||
- '*.md'
|
||||
- '*.neon'
|
||||
- '*.xml'
|
||||
# Allow manual triggering
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user