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 37f5836 commit 422520cCopy full SHA for 422520c
.github/workflows/upstream-sync.yml
@@ -4,6 +4,10 @@ on:
4
schedule:
5
- cron: '0 0 * * *' # Runs daily at midnight UTC
6
workflow_dispatch: # Allow manual triggering
7
+ pull_request:
8
+ types: [opened]
9
+ branches:
10
+ - dev
11
12
jobs:
13
sync-with-release:
0 commit comments