feature/ssh-server #1

Merged
marcio.fernandes merged 21 commits from feature/ssh-server into main 2025-09-07 13:50:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 61b55ef15a - Show all commits

View File

@@ -2,7 +2,7 @@ on:
push: push:
paths: paths:
- "docker/ssh-client/**" - "docker/ssh-client/**"
- ".gitea/ssh-client**" - ".gitea/workflows/ssh-client**"
schedule: schedule:
- cron: "0 14 * * 6" #every Saturday at 2:00 PM, - cron: "0 14 * * 6" #every Saturday at 2:00 PM,

View File

@@ -2,7 +2,7 @@ on:
push: push:
paths: paths:
- "docker/ssh-server/**" - "docker/ssh-server/**"
- ".gitea/ssh-server**" - ".gitea/workflows/ssh-server**"
schedule: schedule:
- cron: "0 14 * * 6" #every Saturday at 2:00 PM, - cron: "0 14 * * 6" #every Saturday at 2:00 PM,