Skip to content

Commit 3f880f7

Browse files
committed
CI/CD update
1 parent 7b50d7d commit 3f880f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
needs:
6464
- test
6565
runs-on: 'ubuntu-latest'
66-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
6766
steps:
6867
- uses: actions/checkout@v3
6968
- name: Install build
7069
run: pip install build
7170
- name: Build source
7271
run: python -m build --sdist
7372
- uses: actions/upload-artifact@v4
73+
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
7474
name: Upload artifact (source)
7575
with:
7676
name: libcosimpy-${{ github.ref_name }}-source

0 commit comments

Comments
 (0)