Skip to content

Commit

Permalink
Temporarily add branch to CI for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Oct 31, 2023
1 parent 4fd233f commit bdc1799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_api.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ["main"]
branches: ["main", "fix/ci-missing-docker-buildx 4fd233f"]
tags: ["v*.*.*"]

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_frontend.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: ["main"]
branches: ["main", "fix/ci-missing-docker-buildx 4fd233f"]
tags: ["v*.*.*"]

env:
Expand Down

0 comments on commit bdc1799

Please sign in to comment.