Run pipeline on PRs too

This commit is contained in:
Jan Wagner
2024-12-10 15:15:13 +01:00
parent aeea888ef9
commit 38b9fc3721

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'