diff --git a/.github/workflows/frontend.deploy.docs.yml b/.github/workflows/frontend.deploy.docs.yml index e3d16b8..a79962e 100644 --- a/.github/workflows/frontend.deploy.docs.yml +++ b/.github/workflows/frontend.deploy.docs.yml @@ -1,8 +1,8 @@ name: "frontend:deploy:docs to github" -on: [push] -# push: -# branches: -# - master +on: + push: + branches: + - master jobs: build-and-deploy: runs-on: ubuntu-latest