Skip to content

Commit 6854455

Browse files
authored
Merge pull request #14 from darjeeling/main
fix deploy
2 parents 5abaec2 + f9f1e6d commit 6854455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: pk web site backend deployment
33
on:
44
workflow_run:
55
workflows: ["pk web site backend testing"]
6-
types:
7-
- completed
6+
types: [completed]
7+
branches: [main]
88

99
jobs:
1010
deploy:

0 commit comments

Comments
 (0)