Skip to content

Commit

Permalink
UI server sync main (#1146)
Browse files Browse the repository at this point in the history
* Sync to main branch, and only on release.

* Sync to main branch.
  • Loading branch information
robholland committed Feb 14, 2023
1 parent c6f8417 commit 4938fb2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update-ui-server.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Update UI Server

on:
# Have to add push here for now.
# There is no way to trigger a workflow dispatch for a workflow until the file exists on the main branch :(
# As this action currently only runs a diff, it does not commit, this is fine to test it
push:
workflow_dispatch:
branches:
- main

jobs:
sync:
Expand Down Expand Up @@ -38,7 +36,7 @@ jobs:
with:
repository: temporalio/ui-server
path: ui-server
ref: ui-release
ref: main
token: ${{ secrets.COMMANDER_DATA_TOKEN }}
- name: Sync
run: |
Expand Down

0 comments on commit 4938fb2

Please sign in to comment.