Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
add trigger for prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolar committed Jun 8, 2021
1 parent a68e23f commit f1c858f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly_merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Nightly Merge
name: Merge Develop to Main

on:
schedule:
Expand All @@ -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 }}

0 comments on commit f1c858f

Please sign in to comment.