Skip to content

Commit c9a6d61

Browse files
committed
Merge branch 'update-indices-ts-only' into dev/zefir
2 parents 3e33a0e + 956776c commit c9a6d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
publish:
109109
name: Publish
110110
needs: build
111-
if: github.event_name == 'release'
111+
if: always() && github.event_name == 'release'
112112
runs-on: ubuntu-latest
113113
permissions:
114114
contents: read

0 commit comments

Comments
 (0)