Skip to content

Commit 16ed236

Browse files
ci: upload artifacts on push to main\n\n- Enable artifact upload for main branch pushes\n- This allows testing bindings in subsequent jobs
1 parent 331fce4 commit 16ed236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
shell: bash
149149

150150
- name: Upload artifact
151-
if: startsWith(github.ref, 'refs/tags/v')
151+
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
152152
uses: actions/upload-artifact@v4
153153
with:
154154
name: bindings-${{ matrix.settings.target }}

0 commit comments

Comments
 (0)