restricting backend build workflow to backend files

This commit is contained in:
Yannic Kilcher
2022-12-29 15:07:54 +01:00
parent 2046b32b92
commit ea0c0e559e
+4
View File
@@ -4,7 +4,11 @@ on:
push:
branches:
- main
paths:
- website/**
pull_request:
paths:
- website/**
workflow_call:
jobs: