Skip to content

Commit

Permalink
feat: Check for updates in the packages/** directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent aa7d3c5 commit 2c39517
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,6 +14,7 @@ on:
paths:
- "containers/relay.Containerfile"
- ".github/workflows/relay.yml"
- "packages/relay/**"
tags:
- v*.*.*
release:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,6 +15,7 @@ on:
paths:
- "containers/runner.Containerfile"
- ".github/workflows/runner.yml"
- "packages/server/**"
tags:
- v*.*.*
release:
Expand Down

0 comments on commit 2c39517

Please sign in to comment.