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: push:
branches: branches:
- main - main
paths:
- 'web/agent/**'
jobs: jobs:
build: build:

View File

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

View File

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