Skip to content

Commit

Permalink
trigger github action on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Apr 11, 2020
1 parent 93abe50 commit ddfa11a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
push:
branches:
- master
tags:
- '*'

release:
types: [published]

Expand Down

0 comments on commit ddfa11a

Please sign in to comment.