Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend tweaks #818

Merged
merged 9 commits into from
Apr 19, 2021
Prev Previous commit
Next Next commit
Don't auto-publish Python-client, as it's always manually published.
  • Loading branch information
LachlanStuart committed Apr 12, 2021
commit f4d43de20c5d60987f31b5075c38d061f969da7b
7 changes: 1 addition & 6 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: Publish python-client

on:
workflow_dispatch: # Allow manual trigger
push:
paths:
- 'metaspace/python-client/metaspace/__init__.py'
branches:
- release
workflow_dispatch: # Manual trigger

jobs:
deploy:
Expand Down