Skip to content

Commit 9267bbb

Browse files
refactor(ci): branches listing
Signed-off-by: Victor Adossi <[email protected]>
1 parent ef8908e commit 9267bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Deploy mdBook site to Pages
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches:
6+
- main
67

78
workflow_dispatch:
89
inputs:

0 commit comments

Comments
 (0)