diff options
author | Valentin Popov <valentin@popov.link> | 2025-05-23 10:24:54 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2025-05-23 10:24:54 +0300 |
commit | b7005555c70b098dcdca1b1e32c95e5af6cec01c (patch) | |
tree | edae48d2408d705ddd38279ed5603b694f5c0f83 | |
parent | 5364a666fde383cd57e713221cfec73d11b42bdd (diff) | |
download | popov.link-b7005555c70b098dcdca1b1e32c95e5af6cec01c.tar.xz popov.link-b7005555c70b098dcdca1b1e32c95e5af6cec01c.zip |
Added push trigger for master branch in Renovate workflow to enhance automation on code updates.
-rw-r--r-- | .gitea/workflows/renovate.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 23c8b62..2d6bc46 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -1,5 +1,7 @@ name: RenovateBot on: + push: + branches: [master] schedule: - cron: "@daily" |