Skip to content

Commit 937b7d4

Browse files
committed
add conditions for artifact
1 parent 4d9351a commit 937b7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Build Ragscan
4545
run: mvn -f pom.xml clean package -DskipTests
4646
- name: Upload build artifact
47+
if: github.ref_name == 'master'
4748
uses: actions/upload-artifact@v4
4849
with:
4950
name: artifact

0 commit comments

Comments
 (0)