mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
feat: Check for updates in the packages/** directory
This commit is contained in:
2
.github/workflows/relay.yml
vendored
2
.github/workflows/relay.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user