1
0
Fork 0

ci: Rebuild only on changes relevant to build
Some checks failed
/ Test oci-builder (push) Has been skipped
/ Release oci-builder (push) Has been skipped
/ Build oci-builder (push) Failing after 16s

This commit is contained in:
ver4a 2025-04-22 10:21:23 +02:00
parent 2181a5da53
commit 8ad92da922
3 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,8 @@
on:
push:
paths:
- '!README.md'
- 'oci-builder/**'
- '.forgejo/workflows/build-image.yaml'
schedule:
- cron: '0 5 * * 0'