Skip to content

Commit 3fcf6b3

Browse files
committed
add name to deploy-pr.yaml
1 parent e0a5bc7 commit 3fcf6b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-pr.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
name: Build and Deploy PR Request
12
on:
23
pull_request:
3-
types: [opened, synchronize]
4-
branches: [main]
4+
types: [ opened, synchronize ]
5+
branches: [ main ]
56

67
permissions:
78
pages: write

0 commit comments

Comments
 (0)