summaryrefslogtreecommitdiffstats
path: root/.github/file-filters.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/file-filters.yml')
-rw-r--r--.github/file-filters.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/file-filters.yml b/.github/file-filters.yml
new file mode 100644
index 0000000000..26231c9364
--- /dev/null
+++ b/.github/file-filters.yml
@@ -0,0 +1,15 @@
+docs: &docs
+ - "**/*.md"
+ - "docs/**"
+
+backend: &backend
+ - "**/*.go"
+ - "**/*.tmpl"
+ - "go.mod"
+ - "go.sum"
+
+frontend: &frontend
+ - "**/*.js"
+ - "web_src/**"
+ - "package.json"
+ - "package-lock.json"