Skip to content

Commit b417dc6

Browse files
committed
kleine aanpassing met relase check
1 parent 396d39f commit b417dc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
git push
6060
6161
- name: Upload snapshot.html as artefact
62-
if: ${{ github.event_name == 'push' }}
62+
if: ${{ steps.config.outputs.grep == 'true' }}
6363
uses: actions/upload-artifact@v4
6464
with:
6565
name: snapshot-files

0 commit comments

Comments
 (0)