diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 8abb9b3..5e833da 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,9 +1,14 @@ name: Deploy docs to GitHub Pages +# on: +# push: +# branches: +# - master + on: - push: + pull_request: branches: - - '*' # for test + - master defaults: run: