We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a5bc7 commit 3fcf6b3Copy full SHA for 3fcf6b3
.github/workflows/deploy-pr.yaml
@@ -1,7 +1,8 @@
1
+name: Build and Deploy PR Request
2
on:
3
pull_request:
- types: [opened, synchronize]
4
- branches: [main]
+ types: [ opened, synchronize ]
5
+ branches: [ main ]
6
7
permissions:
8
pages: write
0 commit comments