We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50379eb commit 2266584Copy full SHA for 2266584
.github/workflows/terraform-deploy.yml
@@ -3,7 +3,7 @@ name: Terraform Deploy
3
on:
4
workflow_dispatch:
5
push:
6
- branches: [main]
+ branches: [develop]
7
paths:
8
- '**.tf'
9
- '**.tfvars'
.github/workflows/terraform-tests.yml
@@ -3,13 +3,13 @@ name: Terraform Tests
10
- '.github/workflows/terraform-tests.yml'
11
pull_request:
12
13
14
15
0 commit comments