From e35156339152171243bb52d9b654d535b7d9c187 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Tue, 7 Feb 2023 11:02:28 -0800 Subject: [PATCH] Reenable workflow restriction --- .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 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