We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e545f commit 96b4363Copy full SHA for 96b4363
.github/workflows/ci.yaml
@@ -108,7 +108,8 @@ jobs:
108
image:
109
needs: build
110
# only on main and dev branch
111
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
+ # 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'
113
114
runs-on: ubuntu-latest
115
steps:
0 commit comments