author | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-02-03 22:00:52 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2024-02-05 00:04:50 UTC |
parent | a14ba106b1966eb49b173eacbcfe5613384d480c |
.github/workflows/docker.yml | +1 | -0 |
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 781c529..ffef85d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -3,6 +3,7 @@ name: "docker" on: push: branches: [ "master", "next" ] + tags: [ "v*", "test-tag-*" ] pull_request: # The branches below must be a subset of the branches above branches: [ "master", "next" ]