diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d3cf197e..60b2c247 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,10 +1,10 @@ name: deploy -on: [push] -# push: -# branches: -# - stable -# tags: -# - 'v*.*.*' +on: + push: + branches: + - stable + tags: + - 'v*.*.*' jobs: deploy_pip: runs-on: ubuntu-latest