Skip to content

Commit

Permalink
Merge #354
Browse files Browse the repository at this point in the history
354: ci: Run workflow when tags are pushed r=obbardc a=obbardc

Currently the workflow isn't ran when a tag is pushed; so the
docker images are not pushed to the registry. Fix it.

Signed-off-by: Christopher Obbard <chris.obbard@collabora.com>

Co-authored-by: Christopher Obbard <chris.obbard@collabora.com>
  • Loading branch information
bors[bot] and obbardc committed Jul 6, 2022
2 parents aa0f890 + fd50eea commit a1bf634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
push:
branches-ignore:
- '*.tmp'
tags:
- '*'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit a1bf634

Please sign in to comment.