Skip to content

Commit

Permalink
chore: skip upload artifacts on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 authored Oct 5, 2023
1 parent 0731b28 commit 711a18d
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 @@ -23,6 +23,7 @@ jobs:
yarn run build
- uses: actions/upload-artifact@v3
if: github.event_name == 'push' && (github.ref_name == 'dev' || github.ref_type == 'tag')
with:
name: dist-${{ github.ref_name }}
path: dist
Expand Down

0 comments on commit 711a18d

Please sign in to comment.