Skip to content

Enhance deploy_docs.yml with manual trigger and input #197

Enhance deploy_docs.yml with manual trigger and input

Enhance deploy_docs.yml with manual trigger and input #197

name: resolve
on:
push:
branches:
- "main"
tags:
- "!*"
pull_request:
branches:
- "*"
jobs:
resolve:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3
- name: Build Package
run: swift package resolve