mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
19 lines
355 B
YAML
19 lines
355 B
YAML
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name: Full Update
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
testing:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Prep Env
|
|
uses: ./prep
|
|
- name: Full Update to Staging
|
|
run: pnpm run full-update:staging
|