Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
ci(deploy): changed trigger event to tag pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Aug 9, 2021
1 parent 049ea8b commit 7a6850b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7a6850b

Please # to comment.