Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Apr 5, 2024
1 parent c0b40b8 commit 79e762f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
find: '/'
replace: '-'
- uses: actions/upload-artifact@v3
if: always()
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/head/release/')
with:
name: ${{ github.event.repository.name }}.CI.${{ steps.fix_branch_name.outputs.value }}
path: output
Expand Down

0 comments on commit 79e762f

Please sign in to comment.