diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4a7c54c1..5b49406a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,8 +1,8 @@ name: "Deploy status" on: push: - branches: - - master + tags: + - "v*" jobs: deploy-blog: name: Deploying the static pages to the FTP server