Skip to content

Commit

Permalink
Add Workflow to update the stable branch ref to the latest tag (#303)
Browse files Browse the repository at this point in the history
* Add Workflow to set stable branch ref

* Use workflow from .github repo

---------

Co-authored-by: Karl Higley <karlb@nvidia.com>
  • Loading branch information
oliverholworthy and karlhigley authored May 1, 2023
1 parent 7c66938 commit 05429e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stable-branch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Set Stable Branch

on:
workflow_dispatch:
release:
types: [published, deleted]

jobs:
set-stable-branch:
uses: nvidia-merlin/.github/.github/workflows/set-stable-branch.yaml@main

0 comments on commit 05429e5

Please sign in to comment.