Files
tauri-search/.github/workflows/full-update.yml
2022-02-08 11:25:11 -08:00

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