Skip to content

Commit ef58313

Browse files
committed
feat: last workflow update i promise
1 parent 9a33f24 commit ef58313

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: Deploy blog to Pages
1+
name: Deploy to Pages
22

33
on:
44
push:
55
branches: ["main"]
6+
workflow_run:
7+
workflows: ["Update writea"]
8+
types:
9+
- completed
610
workflow_dispatch:
711

812
permissions:

0 commit comments

Comments
 (0)