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

View File

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