From d14e9f2caff121e2f0f4fc7506f1601f2a4f76eb Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 3 Jan 2023 01:30:51 +0100 Subject: [PATCH] fixed workflow target --- .github/workflows/vuepress-deploy.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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