We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4337040 commit aec7176Copy full SHA for aec7176
.github/workflows/build-base-images.yml
@@ -5,6 +5,9 @@ on:
5
workflow_call:
6
schedule:
7
- cron: "30 4 * * 1-5" # run Mon-Fri at 04:30 UTC
8
+ pull_request:
9
+ branches:
10
+ - main
11
12
defaults:
13
run:
0 commit comments