From 320b0223f8073a719a754eaaced8aced6a52eabc Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 7 Feb 2023 10:46:55 -0800 Subject: [PATCH] Try with the current branch --- .github/workflows/deploy.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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