Skip to content

Commit 96b4363

Browse files
committed
Build image from api-keys branch
1 parent 61e545f commit 96b4363

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
image:
109109
needs: build
110110
# only on main and dev branch
111-
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
111+
# TODO: Remove `|| github.ref == 'refs/heads/api-keys'` after transition to production status.
112+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/api-keys'
112113

113114
runs-on: ubuntu-latest
114115
steps:

0 commit comments

Comments
 (0)