We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeea888 commit 38b9fc3Copy full SHA for 38b9fc3
1 file changed
.github/workflows/build.yml
@@ -6,6 +6,8 @@ on:
6
branches:
7
- master
8
- version-*
9
+ # Run tests for any PRs
10
+ pull_request:
11
schedule:
12
# Build the image regularly (each Friday)
13
- cron: '23 04 * * 5'
0 commit comments