Skip to content

Commit

Permalink
github: use only tags
Browse files Browse the repository at this point in the history
Both of branches and tags are specified, either branches
or tags are pushed, GitHub Actions are triggered.

In practical use-case, after some PRs has merged, we
want to release it. so it is enough to specify tags.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jun 25, 2024
1 parent 702751b commit 8873efb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Publish Docker Image

on:
push:
branches:
- master
tags:
- v1.*

Expand Down

0 comments on commit 8873efb

Please sign in to comment.