We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a3461 commit 7150478Copy full SHA for 7150478
1 file changed
.github/workflows/auto-deploy.yml
@@ -4,7 +4,8 @@ name: Auto Deploy
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: [test-fix-build-err]
+ pull_request:
8
+ branches: [test-fix-build-err]
9
paths:
10
- 'packages/docs/**'
11
- 'packages/projects/**'
0 commit comments