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 3325b0c commit 3eb7e3eCopy full SHA for 3eb7e3e
.github/workflows/update-spring-boot-versions.yml
@@ -5,6 +5,7 @@ on:
5
# Run every Monday at 9:00 AM UTC
6
- cron: '0 9 * * 1'
7
workflow_dispatch: # Allow manual triggering
8
+ pull_request: # remove this before merging
9
10
permissions:
11
contents: write
0 commit comments