Run pipeline on PRs too

This commit is contained in:
Jan Wagner 2024-12-10 15:15:13 +01:00
parent a7ade2cbc4
commit 0ccfb39d41
No known key found for this signature in database
GPG Key ID: 0C70557B5A06513E

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'