2 Commits

Author SHA1 Message Date
1440eda077 Merge 0ccfb39d41 into a7ade2cbc4 2024-12-18 18:18:58 +01:00
0ccfb39d41 Run pipeline on PRs too 2024-12-18 18:18:38 +01:00

View File

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