Skip to content

Commit

Permalink
Add nightly update workflow (#2579)
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan authored Dec 12, 2023
1 parent dfe98eb commit f4864aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update_develop_nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Sync branch

on:
pull_request:
workflow_dispatch:
push:
branches:
- develop
jobs:
sync-branch:
name: Update nightly branch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- uses: connor-baer/action-sync-branch@main
with:
branch: develop_nightly
token: ${{ secrets.GITHUB_TOKEN }}
force: false

0 comments on commit f4864aa

Please sign in to comment.