Skip to content

Commit 2266584

Browse files
committed
fix typo
1 parent 50379eb commit 2266584

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/terraform-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Terraform Deploy
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [develop]
77
paths:
88
- '**.tf'
99
- '**.tfvars'

.github/workflows/terraform-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Terraform Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [main]
6+
branches: [develop]
77
paths:
88
- '**.tf'
99
- '**.tfvars'
1010
- '.github/workflows/terraform-tests.yml'
1111
pull_request:
12-
branches: [main]
12+
branches: [develop]
1313
paths:
1414
- '**.tf'
1515
- '**.tfvars'

0 commit comments

Comments
 (0)