Skip to content

Commit

Permalink
add conditions for artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatix01 committed Aug 2, 2024
1 parent 4d9351a commit 937b7d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Build Ragscan
run: mvn -f pom.xml clean package -DskipTests
- name: Upload build artifact
if: github.ref_name == 'master'
uses: actions/upload-artifact@v4
with:
name: artifact
Expand Down

0 comments on commit 937b7d4

Please sign in to comment.