Skip to content

SK-1772: Refactored workflows #41

SK-1772: Refactored workflows

SK-1772: Refactored workflows #41

Workflow file for this run

name: Public Release
on:
push:
tags: "*.*.*"
paths-ignore:
- "setup.py"
- "*.yml"
- "*.md"
- "skyflow/utils/_version.py"
jobs:
build-and-deploy:
uses: ./.github/workflows/shared-build-and-deploy.yml
with:
ref: main
tag: 'public'
secrets: inherit