diff --git a/.github/workflows/deploy_playground.yml b/.github/workflows/deploy_playground.yml index 7a53b287e..252275551 100644 --- a/.github/workflows/deploy_playground.yml +++ b/.github/workflows/deploy_playground.yml @@ -1,10 +1,13 @@ name: Deploy Playground on: - create: - tags: - - '0.*' - - '1.*' - - '2.*' + push: + branches: [ master ] +#on: +# create: +# tags: +# - '0.*' +# - '1.*' +# - '2.*' jobs: deploy: