Skip to content

Commit 0391b4e

Browse files
authored
Merge pull request #13 from teracross/FixDeployTrigger
Fix workflow run trigger for deploy.yaml
2 parents d8e988b + e490cc1 commit 0391b4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name: 'Terraform Build and Deploy'
44

55
on:
66
workflow_run:
7-
workflows: [Build]
7+
workflows: ['Download Google Drive File']
88
types: [completed]
9-
branches: [main]
109

1110
permissions:
1211
id-token: write

0 commit comments

Comments
 (0)