mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add trigger for prerelease
This commit is contained in:
parent
a68e23ff46
commit
f1c858fa7d
1 changed files with 8 additions and 2 deletions
10
.github/workflows/nightly_merge.yml
vendored
10
.github/workflows/nightly_merge.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Nightly Merge
|
||||
name: Merge Develop to Main
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
|
@ -20,4 +20,10 @@ jobs:
|
|||
github_token: ${{ secrets.ADMIN_TOKEN }}
|
||||
source_ref: 'develop'
|
||||
target_branch: 'main'
|
||||
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
|
||||
commit_message_template: '[Automated] Merged {source_ref} into {target_branch}'
|
||||
|
||||
- name: Invoke pre-release workflow
|
||||
uses: benc-uk/workflow-dispatch@v1
|
||||
with:
|
||||
workflow: Nightly Prerelease
|
||||
token: ${{ secrets.ADMIN_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue