Skip to content

Commit a6ab677

Browse files
Temporarily check dry run
1 parent bf9bbbd commit a6ab677

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Deploy
22

33
on:
4+
pull_request:
5+
46
push:
57
branches:
68
- main
@@ -61,4 +63,5 @@ jobs:
6163
with:
6264
token: ${{ secrets.GITHUB_TOKEN }}
6365
folder: ./dist/app
66+
dry-run: true
6467
clean: true

0 commit comments

Comments
 (0)