diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a5b32e..1f30eb0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,9 @@ name: Deploy -on: - push: - branches: [ master ] +# on: + # push: + # branches: [ master ] +on: [ push ] jobs: deploy: