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 25, 2024
1 parent 248bf58 commit 6ec0f47
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 after testing
"feat/clean-up-babylon-artifacts",
]
# Publish semver tags as releases.
tags: ["v*.*.*"]

Expand Down

0 comments on commit 6ec0f47

Please sign in to comment.