Skip to content

Commit

Permalink
test: trigger docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
parketh committed Oct 24, 2024
1 parent c786a00 commit ac77f92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ name: Docker

on:
push:
branches: ["main"]
branches: [
"main",
# TODO: remove this before merging to main
"feat/add-docker-ci",
]
# Publish semver tags as releases.
tags: ["v*.*.*"]

Expand Down

0 comments on commit ac77f92

Please sign in to comment.