feat: Check for updates in the packages/** directory

This commit is contained in:
Wanjohi
2024-12-10 19:26:06 +03:00
parent aa7d3c5607
commit 2c39517a27
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
pull_request:
paths:
- "containers/relay.Containerfile"
- "packages/relay/**"
- ".github/workflows/relay.yml"
schedule:
- cron: 0 0 * * * # At the end of everyday
@@ -13,6 +14,7 @@ on:
paths:
- "containers/relay.Containerfile"
- ".github/workflows/relay.yml"
- "packages/relay/**"
tags:
- v*.*.*
release:

View File

@@ -6,6 +6,7 @@ on:
pull_request:
paths:
- "containers/runner.Containerfile"
- "packages/server/**"
- ".github/workflows/runner.yml"
schedule:
- cron: 0 0 * * * # At the end of everyday
@@ -14,6 +15,7 @@ on:
paths:
- "containers/runner.Containerfile"
- ".github/workflows/runner.yml"
- "packages/server/**"
tags:
- v*.*.*
release: