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 c36c996 commit 87bfa57Copy full SHA for 87bfa57
.github/workflows/update-versions.yml
@@ -4,6 +4,8 @@ on:
4
schedule:
5
- cron: '0 0 * * 1' # Runs at 00:00 every Monday
6
workflow_dispatch: # Allows manual trigger
7
+ pull_request:
8
+ types: [opened, reopened, synchronize]
9
10
jobs:
11
update-version:
0 commit comments