Skip to content

Commit

Permalink
Merge pull request #195 from ultimaweapon/fix-cd
Browse files Browse the repository at this point in the history
Fix CD workflow
  • Loading branch information
Putta Khunchalee authored Feb 13, 2020
2 parents 244165e + 95ce943 commit 50de936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Continuous Delivery
on:
push:
tags:
- *
- '*'
jobs:
docker:
name: Build Docker Image
Expand Down

0 comments on commit 50de936

Please sign in to comment.