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