mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Only upload artifact when on master
This commit is contained in:
parent
6c9e91745e
commit
aa093cc23d
1
.github/workflows/package.yml
vendored
1
.github/workflows/package.yml
vendored
@ -60,6 +60,7 @@ jobs:
|
||||
|
||||
# Upload distribution files
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
with:
|
||||
name: material
|
||||
path: material
|
||||
|
Loading…
Reference in New Issue
Block a user