only build files change

This commit is contained in:
2025-12-12 18:10:37 +01:00
parent a980f689bb
commit ae73ecf68b
3 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'web/agent/**'
jobs:
build:

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'poller/**'
jobs:
build:

View File

@@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths:
- 'web/**'
- '!web/agent/**'
jobs:
build: