Skip to content

Commit 3dd7761

Browse files
committed
Update to build the package only on commit to master.
We don't build at other times.
1 parent 14ac792 commit 3dd7761

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ jobs:
3232
make tests
3333
3434
- name: Build package
35+
if: github.ref == 'refs/heads/master'
3536
run: |
3637
make package
3738
3839
- uses: actions/upload-artifact@v6
40+
if: github.ref == 'refs/heads/master'
3941
with:
4042
name: Package
4143
path: dist

0 commit comments

Comments
 (0)