Skip to content

Commit f2e12f4

Browse files
only on release
1 parent 66cb78a commit f2e12f4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: build mac geant4
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- "releases/**"
8-
pull_request:
94
release:
105

116

@@ -47,3 +42,8 @@ jobs:
4742
cd ../
4843
tar zcf geant4-${{ matrix.geant4-version }}.tgz geant4-${{ matrix.geant4-version }}
4944
45+
- name: Upload macos artifact
46+
uses: actions/upload-artifact@v4
47+
with:
48+
name: ${{ matrix.os }}_${{ matrix.geant4-version }}
49+
path: geant4-${{ matrix.geant4-version }}.tgzx

0 commit comments

Comments
 (0)