build: Exclude web folder (#607)

This commit is contained in:
Kroese 2024-01-29 02:29:05 +01:00 committed by GitHub
parent 440d203730
commit 740dbec1b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,10 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '**/*.js'
- '**/*.css'
- '**/*.html'
- 'web/**'
- '.gitignore'
- '.dockerignore'
- '.github/**'