Compare commits

...

2 Commits

Author SHA1 Message Date
waja
ffe8f3e624
Merge 38b9fc3721a843df0916d66be1189e427dc3c622 into 3451a6219ae142311fc9aa66846c45884fdceede 2024-12-13 15:39:37 +01:00
Jan Wagner
38b9fc3721
Run pipeline on PRs too 2024-12-10 15:15:13 +01:00

View File

@ -6,6 +6,8 @@ on:
branches:
- master
- version-*
# Run tests for any PRs
pull_request:
schedule:
# Build the image regularly (each Friday)
- cron: '23 04 * * 5'