diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 806f88b..5b260b1 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -1,6 +1,10 @@ name: Build and Deploy -branch: master -on: [push] + +on: + push: + branches: + - master + jobs: build-and-deploy: runs-on: ubuntu-latest